Fix bugs in note controller being removed
This commit is contained in:
@ -26,18 +26,12 @@ size_flags_vertical = 4
|
||||
[node name="RhythmPlayer" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
[node name="App" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -262.5
|
||||
offset_top = -78.0
|
||||
offset_right = 262.5
|
||||
offset_bottom = 78.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
layout_mode = 0
|
||||
offset_left = 52.0
|
||||
offset_top = 97.0
|
||||
offset_right = 577.0
|
||||
offset_bottom = 327.0
|
||||
scale = Vector2(2, 2)
|
||||
script = ExtResource("1_wynm3")
|
||||
|
||||
[node name="Sliders" type="GridContainer" parent="App"]
|
||||
|
Reference in New Issue
Block a user