From 0118bf613cde5634020d01e98f4f9c8bc09014cd Mon Sep 17 00:00:00 2001 From: Tiger Date: Wed, 15 Apr 2026 16:42:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/translation/trans.csv | 2 +- scenes/menus/settings.tscn | 12 ++++++------ scripts/autoload/MultiGame.gd | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/translation/trans.csv b/assets/translation/trans.csv index 9b1905a..c6ce3d5 100644 --- a/assets/translation/trans.csv +++ b/assets/translation/trans.csv @@ -31,4 +31,4 @@ SETTINGS_TIP_LOADED,Tip: Finish Loading,提示:完成加载 SETTINGS_TIP_NOLOCALSOURCE,Tip: No local data or no selection,提示:无本地数据或未选择,无法加载 GAMEUI_URNULL,Room Running: You are XXX XXXX,啊啊啊啊啊:啊啊啊啊 GAMEUI_URHOST,Room Running: You are the Host,房间运行中:您是房主 -GAMEUI_URGUEST,Room Running: You are a Guest,房间运行中:您是房客 \ No newline at end of file +GAMEUI_URGUEST,Room Running: You are a Guest,房间运行中:您是房客 diff --git a/scenes/menus/settings.tscn b/scenes/menus/settings.tscn index b331d71..ae08286 100644 --- a/scenes/menus/settings.tscn +++ b/scenes/menus/settings.tscn @@ -130,18 +130,18 @@ theme_override_font_sizes/font_size = 30 text = "SETTINGS_SAVESETTINGS" [node name="DownloadButton" type="Button" parent="." unique_id=315804661] -offset_left = 595.0 -offset_top = 1299.0 -offset_right = 923.0 -offset_bottom = 1388.0 +offset_left = 554.0 +offset_top = 1309.0 +offset_right = 761.0 +offset_bottom = 1398.0 theme_override_fonts/font = ExtResource("2_6wm04") theme_override_font_sizes/font_size = 30 text = "SETTINGS_DOWNLOAD" [node name="CancelButton" type="Button" parent="." unique_id=135993345] -offset_left = 371.0 +offset_left = 347.0 offset_top = 1305.0 -offset_right = 550.0 +offset_right = 581.0 offset_bottom = 1394.0 theme_override_fonts/font = ExtResource("2_6wm04") theme_override_font_sizes/font_size = 30 diff --git a/scripts/autoload/MultiGame.gd b/scripts/autoload/MultiGame.gd index cc6b44a..6aa3669 100644 --- a/scripts/autoload/MultiGame.gd +++ b/scripts/autoload/MultiGame.gd @@ -1,6 +1,6 @@ extends Node -const PORT: int = 8989 +var PORT: int = 8989 const MAX_HAND_SIZE: int = 8 const INITIAL_HP: int = 4 const DEFAULT_DRAW_COUNT: int = 4