1- [gd_scene load_steps =2 format =3 uid ="uid://duhiilcv4tat3" ]
1+ [gd_scene load_steps =6 format =3 uid ="uid://duhiilcv4tat3" ]
22
33[ext_resource type ="Script" path ="res://scenes/BattleDirector/NotePlacementBar.cs" id ="1_456es" ]
44
5+ [sub_resource type ="Gradient" id ="Gradient_0u6yv" ]
6+ colors = PackedColorArray (0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 )
7+
8+ [sub_resource type ="GradientTexture2D" id ="GradientTexture2D_hhds4" ]
9+ gradient = SubResource ("Gradient_0u6yv" )
10+ width = 26
11+ height = 100
12+
13+ [sub_resource type ="Gradient" id ="Gradient_lyd0l" ]
14+ offsets = PackedFloat32Array (0 , 0.485915 , 0.739437 , 1 )
15+ colors = PackedColorArray (0 , 1 , 0 , 1 , 0.68 , 0 , 0.272 , 1 , 0 , 0.64 , 0.608 , 1 , 0.4 , 0 , 0 , 1 )
16+
17+ [sub_resource type ="GradientTexture2D" id ="GradientTexture2D_k7kvy" ]
18+ gradient = SubResource ("Gradient_lyd0l" )
19+ width = 24
20+ height = 98
21+ fill_to = Vector2 (0 , 1 )
22+
523[node name ="NotePlacementBar" type ="Control" node_paths =PackedStringArray ("notePlacementBar" , "currentComboMultText" )]
624layout_mode = 3
725anchors_preset = 15
@@ -13,19 +31,20 @@ script = ExtResource("1_456es")
1331notePlacementBar = NodePath ("ProgressBar" )
1432currentComboMultText = NodePath ("TextEdit" )
1533
16- [node name ="ProgressBar" type ="ProgressBar " parent ="." ]
34+ [node name ="ProgressBar" type ="TextureProgressBar " parent ="." ]
1735layout_mode = 0
18- offset_left = 29.0
19- offset_top = 50.0
20- offset_right = 229.0
21- offset_bottom = 85.0
36+ offset_right = 26.0
37+ offset_bottom = 100.0
38+ fill_mode = 3
39+ texture_under = SubResource ("GradientTexture2D_hhds4" )
40+ texture_progress = SubResource ("GradientTexture2D_k7kvy" )
41+ texture_progress_offset = Vector2 (1 , 1 )
2242
2343[node name ="TextEdit" type ="TextEdit" parent ="." ]
2444layout_mode = 0
25- offset_left = 240.0
26- offset_top = 50.0
27- offset_right = 290.0
28- offset_bottom = 85.0
45+ offset_top = -41.0
46+ offset_right = 50.0
47+ offset_bottom = -6.0
2948mouse_filter = 2
3049text = "x1"
3150context_menu_enabled = false
0 commit comments