From f4f9f7108662a0c33ee8277cc08afabbeee110e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E5=8F=81?= Date: Mon, 25 Mar 2024 16:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E8=AE=BE=E5=A4=87=20b?= =?UTF-8?q?ug=20-=20dev2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android.json | 4 ++-- game/rpy/options.rpy | 4 ++-- game/rpy/screens.rpy | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/android.json b/android.json index 1fd173b..de15b11 100644 --- a/android.json +++ b/android.json @@ -3,11 +3,11 @@ "google_play_key": null, "google_play_salt": null, "heap_size": "3", - "icon_name": "untitled", + "icon_name": "\u5e73\u884c\u4e4b\u95f4", "include_pil": false, "include_sqlite": false, "layout": null, - "name": "untitled", + "name": "\u5e73\u884c\u4e4b\u95f4", "numeric_version": 1, "orientation": "sensorLandscape", "package": "icu.tempgroup.withinparalleldimensions", diff --git a/game/rpy/options.rpy b/game/rpy/options.rpy index 1220be5..f37a696 100644 --- a/game/rpy/options.rpy +++ b/game/rpy/options.rpy @@ -21,7 +21,7 @@ define gui.show_name = True ## 游戏版本号。 -define config.version = "0.1.2-dev1" +define config.version = "0.1.2-dev2" ## 放置在游戏内“关于”屏幕上的文本。将文本放在三个引号之间,并在段落之间留出空 @@ -152,7 +152,7 @@ default preferences.afm_time = 15 ## ## 该语句通常不应变更,若要变更,应为有效字符串而不是表达式。 -define config.save_directory = "untitled-1709648337" +define config.save_directory = "within_parallel_dimensions-1709648337" ## 图标 ########################################################################## diff --git a/game/rpy/screens.rpy b/game/rpy/screens.rpy index 5c1e0e9..71d6c1c 100644 --- a/game/rpy/screens.rpy +++ b/game/rpy/screens.rpy @@ -1548,7 +1548,6 @@ style nvl_window: style game_menu_outer_frame: variant "small" - background "gui/phone/overlay/game_menu.png" style game_menu_navigation_frame: variant "small"