feat: Implement comprehensive lobby system with main menu, room management, and loading screen.

This commit is contained in:
Yogi Wiguna
2026-03-17 12:02:20 +08:00
parent b877f94e34
commit 6eb6dfa20d
5 changed files with 71 additions and 37 deletions
+2 -7
View File
@@ -31,13 +31,8 @@ border_width_right = 5
border_width_bottom = 5
border_color = Color(0, 0, 0, 1)
[node name="loading_screen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="loading_screen" type="CanvasLayer"]
layer = 128
script = ExtResource("1_u2jrd")
[node name="Bg" type="TextureRect" parent="."]