1- [gd_scene load_steps =5 format =3 uid ="uid://b0mrgr7h0ty1y" ]
1+ [gd_scene load_steps =9 format =3 uid ="uid://b0mrgr7h0ty1y" ]
22
33[ext_resource type ="Script" path ="res://scenes/BattleDirector/BattleDirector.cs" id ="1_cwqqr" ]
44[ext_resource type ="PackedScene" uid ="uid://dfevfib11kou1" path ="res://scenes/ChartViewport/ChartViewport.tscn" id ="2_cupb3" ]
5+ [ext_resource type ="Shader" path ="res://scenes/BattleDirector/assets/test_background.gdshader" id ="3_h0nj6" ]
56[ext_resource type ="PackedScene" uid ="uid://bgomxovxs7sr8" path ="res://scenes/BattleDirector/HealthBar.tscn" id ="3_pp0u0" ]
6- [ext_resource type ="PackedScene" uid ="uid://duhiilcv4tat3" path ="res://scenes/BattleDirector/NotePlacementBar.tscn" id ="4_y2yh3" ]
7+ [ext_resource type ="Texture2D" uid ="uid://b6fkei0i83vte" path ="res://scenes/BattleDirector/assets/Character1.png" id ="5_elveq" ]
8+ [ext_resource type ="Texture2D" uid ="uid://veedngaorx3l" path ="res://scenes/BattleDirector/assets/Enemy1.png" id ="6_0k4pw" ]
9+ [ext_resource type ="PackedScene" uid ="uid://duhiilcv4tat3" path ="res://scenes/BattleDirector/NotePlacementBar.tscn" id ="7_3ko4g" ]
10+
11+ [sub_resource type ="ShaderMaterial" id ="ShaderMaterial_v58v7" ]
12+ shader = ExtResource ("3_h0nj6" )
13+ shader_parameter/spin_rotation_speed = 2.0
14+ shader_parameter/move_speed = 7.0
15+ shader_parameter/offset = Vector2 (0 , 0 )
16+ shader_parameter/colour_1 = Color (0.211765 , 0.239216 , 0.321569 , 1 )
17+ shader_parameter/colour_2 = Color (0.278431 , 0.54902 , 0.74902 , 1 )
18+ shader_parameter/colour_3 = Color (0.086 , 0.137 , 0.145 , 1 )
19+ shader_parameter/contrast = 2.5
20+ shader_parameter/lighting = 0.4
21+ shader_parameter/spin_amount = 0.1
22+ shader_parameter/pixel_filter = 200.0
23+ shader_parameter/is_rotating = false
724
825[node name ="ProtoBattleDirector" type ="Node2D" node_paths =PackedStringArray ("CM" , "IH" , "NotePlacementBar" )]
926script = ExtResource ("1_cwqqr" )
@@ -13,24 +30,36 @@ NotePlacementBar = NodePath("NotePlacementBar")
1330
1431[node name ="SubViewport" parent ="." instance =ExtResource ("2_cupb3" )]
1532offset_left = 80.0
16- offset_top = 140 .0
33+ offset_top = 150 .0
1734offset_right = 560.0
18- offset_bottom = 360 .0
35+ offset_bottom = 350 .0
1936
2037[node name ="ColorRect" type ="ColorRect" parent ="." ]
2138z_index = -1
39+ material = SubResource ("ShaderMaterial_v58v7" )
40+ offset_left = -49.0
41+ offset_top = -32.0
42+ offset_right = 695.0
43+ offset_bottom = 396.0
44+
45+ [node name ="ColorRect2" type ="ColorRect" parent ="." ]
46+ self_modulate = Color (0.36 , 0.36 , 0.36 , 0.780392 )
47+ z_index = -1
2248offset_left = -70.0
23- offset_top = -34 .0
49+ offset_top = 140 .0
2450offset_right = 673.0
25- offset_bottom = 393 .0
26- color = Color (0.147672 , 0.147672 , 0.147672 , 1 )
51+ offset_bottom = 360 .0
52+ color = Color (0.165656 , 0.165656 , 0.165656 , 1 )
2753
2854[node name ="PlayerHP" parent ="." instance =ExtResource ("3_pp0u0" )]
55+ offset_left = 92.0
56+ offset_right = 132.0
57+ SpriteText = ExtResource ("5_elveq" )
2958
3059[node name ="EnemyHP" parent ="." instance =ExtResource ("3_pp0u0" )]
3160offset_left = 403.0
3261offset_top = -4.0
3362offset_right = 443.0
34- offset_bottom = 36.0
63+ SpriteText = ExtResource ( "6_0k4pw" )
3564
36- [node name ="NotePlacementBar" parent ="." instance =ExtResource ("4_y2yh3 " )]
65+ [node name ="NotePlacementBar" parent ="." instance =ExtResource ("7_3ko4g " )]
0 commit comments