Skip to content

Commit 72b5e56

Browse files
committed
fix(Power Saver): move node to bottom of scene tree to process inputs first
1 parent 9ca1dd5 commit 72b5e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/ui/card_ui/card_ui.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ instance = ExtResource("11_nk5v7")
114114
[node name="Launcher" type="Node" parent="."]
115115
script = ExtResource("14_fs00k")
116116

117-
[node name="PowerSaver" parent="." instance=ExtResource("8_hyc1j")]
118-
119117
[node name="PowerStation" type="Node" parent="."]
120118
script = ExtResource("13_tag7s")
121119
instance = ExtResource("14_a5vk3")
@@ -373,4 +371,6 @@ autoplay = true
373371

374372
[node name="InputManager" parent="." instance=ExtResource("1_34t85")]
375373

374+
[node name="PowerSaver" parent="." instance=ExtResource("8_hyc1j")]
375+
376376
[editable path="AlwaysVisibleContent/OnScreenKeyboard"]

0 commit comments

Comments
 (0)