Skip to content

Commit 34293ff

Browse files
committed
Initial tweaks and fixes
Might have been an issue on my end: ChartManager got disconnected from NoteManager
1 parent 1ff43a6 commit 34293ff

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

scenes/BattleDirector/NotePlacementBar.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

scenes/BattleDirector/NotePlacementBar.tscn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@ offset_left = 240.0
2626
offset_top = 50.0
2727
offset_right = 290.0
2828
offset_bottom = 85.0
29+
mouse_filter = 2
2930
text = "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

scenes/BattleDirector/test_battle_scene.tscn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
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")]
99
script = ExtResource("1_cwqqr")
1010
CM = NodePath("SubViewport")
11-
NM = NodePath("SubViewport/SubViewport/noteManager")
1211

1312
[node name="SubViewport" parent="." instance=ExtResource("2_cupb3")]
1413
offset_left = 80.0

0 commit comments

Comments
 (0)