From 6870016ba6f8f19066c272d695e0b72f42489510 Mon Sep 17 00:00:00 2001 From: adtpdn Date: Sat, 27 Dec 2025 05:45:36 +0800 Subject: [PATCH] feat: Implement core game scenes, player character with AI behavior, and various game managers. --- scenes/lobby.tscn | 2 +- scenes/main.tscn | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scenes/lobby.tscn b/scenes/lobby.tscn index 48a8b93..28cbf7b 100644 --- a/scenes/lobby.tscn +++ b/scenes/lobby.tscn @@ -220,7 +220,7 @@ theme_override_constants/separation = 8 [node name="MatchIdDisplay" type="Label" parent="LobbyPanel/TopBar/MatchIdContainer"] layout_mode = 2 -theme_override_colors/font_color = Color(0.5, 0.5, 0.55, 1) +theme_override_colors/font_color = Color(0.955211, 0.955297, 0.962624, 1) theme_override_font_sizes/font_size = 10 text = "Match ID: " diff --git a/scenes/main.tscn b/scenes/main.tscn index 6b84b04..d1c506a 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -9397,7 +9397,7 @@ theme_override_constants/separation = 4 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 -offset_left = -218.0 +offset_left = -294.0 offset_top = 15.0 offset_right = -18.0 offset_bottom = 215.0 @@ -9405,10 +9405,10 @@ grow_horizontal = 0 [node name="MarginContainer" type="MarginContainer" parent="LeaderboardPanel"] layout_mode = 2 -theme_override_constants/margin_left = 18 -theme_override_constants/margin_top = 18 -theme_override_constants/margin_right = 18 -theme_override_constants/margin_bottom = 18 +theme_override_constants/margin_left = 10 +theme_override_constants/margin_top = 10 +theme_override_constants/margin_right = 10 +theme_override_constants/margin_bottom = 10 [node name="VBox" type="VBoxContainer" parent="LeaderboardPanel/MarginContainer"] layout_mode = 2