|
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://gj666xe815py" path="res://Scenes/BattleDirector/Scripts/NotePlacementBar.cs" id="1_456es"] |
4 | 4 | [ext_resource type="Texture2D" uid="uid://cnyr5usjdv0ni" path="res://Scenes/BattleDirector/Assets/NoteQueue_Frame.png" id="2_3tw16"] |
| 5 | +[ext_resource type="Texture2D" uid="uid://gcst7q2acsqm" path="res://Scenes/BattleDirector/Assets/PlacementBar_Under.png" id="2_5a8x5"] |
5 | 6 | [ext_resource type="Texture2D" uid="uid://c3chrsxrulapd" path="res://Classes/Notes/Assets/Note_PlayerBasic.png" id="3_6ylx6"] |
| 7 | +[ext_resource type="Texture2D" uid="uid://bi4tbiovlm2g1" path="res://Scenes/BattleDirector/Assets/PlacementBar_Over.png" id="3_kb2co"] |
6 | 8 | [ext_resource type="Texture2D" uid="uid://caw70lr5e1yiq" path="res://Classes/Notes/Assets/Note_PlayerDouble.png" id="4_6w8ha"] |
7 | 9 |
|
8 | | -[sub_resource type="Gradient" id="Gradient_0u6yv"] |
9 | | -colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1) |
10 | | - |
11 | | -[sub_resource type="GradientTexture2D" id="GradientTexture2D_hhds4"] |
12 | | -gradient = SubResource("Gradient_0u6yv") |
13 | | -width = 34 |
14 | | -height = 100 |
15 | | - |
16 | 10 | [sub_resource type="Gradient" id="Gradient_xvck1"] |
17 | 11 | offsets = PackedFloat32Array(0) |
18 | 12 | colors = PackedColorArray(0, 0, 0, 1) |
@@ -65,14 +59,32 @@ _currentComboMultText = NodePath("CurrentCombo") |
65 | 59 | _currentNote = NodePath("NoteQueueSprite/CurrentNote") |
66 | 60 | _nextNote = NodePath("NoteQueueSprite/NextNote") |
67 | 61 |
|
| 62 | +[node name="CurrentCombo" type="TextEdit" parent="."] |
| 63 | +z_as_relative = false |
| 64 | +custom_minimum_size = Vector2(80, 35) |
| 65 | +layout_mode = 0 |
| 66 | +offset_right = 80.0 |
| 67 | +offset_bottom = 35.0 |
| 68 | +mouse_filter = 2 |
| 69 | +theme_override_font_sizes/font_size = 32 |
| 70 | +text = " x1" |
| 71 | +context_menu_enabled = false |
| 72 | +shortcut_keys_enabled = false |
| 73 | +selecting_enabled = false |
| 74 | +deselect_on_focus_loss_enabled = false |
| 75 | +drag_and_drop_selection_enabled = false |
| 76 | +virtual_keyboard_enabled = false |
| 77 | +middle_mouse_paste_enabled = false |
| 78 | + |
68 | 79 | [node name="PlacementBar" type="TextureProgressBar" parent="."] |
69 | 80 | layout_mode = 0 |
70 | 81 | offset_left = 41.0 |
71 | 82 | offset_top = 33.0 |
72 | 83 | offset_right = 75.0 |
73 | 84 | offset_bottom = 133.0 |
74 | 85 | fill_mode = 3 |
75 | | -texture_under = SubResource("GradientTexture2D_hhds4") |
| 86 | +texture_under = ExtResource("2_5a8x5") |
| 87 | +texture_over = ExtResource("3_kb2co") |
76 | 88 | texture_progress = SubResource("GradientTexture2D_0bqho") |
77 | 89 | texture_progress_offset = Vector2(1, 1) |
78 | 90 |
|
@@ -101,23 +113,6 @@ initial_velocity_max = 50.0 |
101 | 113 | scale_amount_max = 2.0 |
102 | 114 | color = Color(1, 1, 0.0745098, 1) |
103 | 115 |
|
104 | | -[node name="CurrentCombo" type="TextEdit" parent="."] |
105 | | -z_as_relative = false |
106 | | -custom_minimum_size = Vector2(80, 35) |
107 | | -layout_mode = 0 |
108 | | -offset_right = 80.0 |
109 | | -offset_bottom = 35.0 |
110 | | -mouse_filter = 2 |
111 | | -theme_override_font_sizes/font_size = 32 |
112 | | -text = " x1" |
113 | | -context_menu_enabled = false |
114 | | -shortcut_keys_enabled = false |
115 | | -selecting_enabled = false |
116 | | -deselect_on_focus_loss_enabled = false |
117 | | -drag_and_drop_selection_enabled = false |
118 | | -virtual_keyboard_enabled = false |
119 | | -middle_mouse_paste_enabled = false |
120 | | - |
121 | 116 | [node name="NoteQueueSprite" type="Sprite2D" parent="."] |
122 | 117 | position = Vector2(23, 66) |
123 | 118 | rotation = -1.5708 |
|
0 commit comments