File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ public partial class NotePlacementBar : Node
1818 // Called when the node enters the scene tree for the first time.
1919 public override void _Ready ( )
2020 {
21+ notePlacementBar . MaxValue = MaxValue ;
2122 currentBarValue = 0 ;
2223 currentCombo = 0 ;
2324 comboMult = 1 ;
Original file line number Diff line number Diff line change @@ -26,4 +26,12 @@ offset_left = 240.0
2626offset_top = 50.0
2727offset_right = 290.0
2828offset_bottom = 85.0
29+ mouse_filter = 2
2930text = "x1"
31+ context_menu_enabled = false
32+ shortcut_keys_enabled = false
33+ selecting_enabled = false
34+ deselect_on_focus_loss_enabled = false
35+ drag_and_drop_selection_enabled = false
36+ virtual_keyboard_enabled = false
37+ middle_mouse_paste_enabled = false
Original file line number Diff line number Diff line change 55[ext_resource type ="PackedScene" uid ="uid://bgomxovxs7sr8" path ="res://scenes/BattleDirector/HealthBar.tscn" id ="3_pp0u0" ]
66[ext_resource type ="PackedScene" uid ="uid://duhiilcv4tat3" path ="res://scenes/BattleDirector/NotePlacementBar.tscn" id ="4_y2yh3" ]
77
8- [node name ="ProtoBattleDirector" type ="Node2D" node_paths =PackedStringArray ("CM" , "NM" )]
8+ [node name ="ProtoBattleDirector" type ="Node2D" node_paths =PackedStringArray ("CM" )]
99script = ExtResource ("1_cwqqr" )
1010CM = NodePath ("SubViewport" )
11- NM = NodePath ("SubViewport/SubViewport/noteManager" )
1211
1312[node name ="SubViewport" parent ="." instance =ExtResource ("2_cupb3" )]
1413offset_left = 80.0
You can’t perform that action at this time.
0 commit comments