diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-09 14:25:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-09 14:25:04 +0200 |
commit | 0b343fbc8b1df891a09609e8f6079985e3351b79 (patch) | |
tree | 27af5e083e93c804da18c8e72f511aa7310a6a94 | |
parent | 63628a9019658a056adc9d33c3b4153a60c32428 (diff) | |
download | hurrycurry-0b343fbc8b1df891a09609e8f6079985e3351b79.tar hurrycurry-0b343fbc8b1df891a09609e8f6079985e3351b79.tar.bz2 hurrycurry-0b343fbc8b1df891a09609e8f6079985e3351b79.tar.zst |
fix debug z-order; close #311
-rw-r--r-- | client/menu/game.tscn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/client/menu/game.tscn b/client/menu/game.tscn index 8989d577..277dd3f4 100644 --- a/client/menu/game.tscn +++ b/client/menu/game.tscn @@ -26,6 +26,15 @@ layout_mode = 1 [node name="Lobby" parent="." instance=ExtResource("3_udxby")] layout_mode = 1 +[node name="PinnedItemMessages" parent="." instance=ExtResource("7_lf2li")] +layout_mode = 1 + +[node name="ChatPreview" parent="." instance=ExtResource("6_dh5lr")] +layout_mode = 1 + +[node name="PopupMessage" parent="." instance=ExtResource("5_n1wy0")] +layout_mode = 1 + [node name="Debug" type="RichTextLabel" parent="."] visible = false layout_mode = 1 @@ -35,12 +44,3 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 - -[node name="PinnedItemMessages" parent="." instance=ExtResource("7_lf2li")] -layout_mode = 1 - -[node name="ChatPreview" parent="." instance=ExtResource("6_dh5lr")] -layout_mode = 1 - -[node name="PopupMessage" parent="." instance=ExtResource("5_n1wy0")] -layout_mode = 1 |