fix: 移动设备 bug - dev2
This commit is contained in:
parent
bc0bca87b6
commit
f4f9f71086
|
@ -3,11 +3,11 @@
|
||||||
"google_play_key": null,
|
"google_play_key": null,
|
||||||
"google_play_salt": null,
|
"google_play_salt": null,
|
||||||
"heap_size": "3",
|
"heap_size": "3",
|
||||||
"icon_name": "untitled",
|
"icon_name": "\u5e73\u884c\u4e4b\u95f4",
|
||||||
"include_pil": false,
|
"include_pil": false,
|
||||||
"include_sqlite": false,
|
"include_sqlite": false,
|
||||||
"layout": null,
|
"layout": null,
|
||||||
"name": "untitled",
|
"name": "\u5e73\u884c\u4e4b\u95f4",
|
||||||
"numeric_version": 1,
|
"numeric_version": 1,
|
||||||
"orientation": "sensorLandscape",
|
"orientation": "sensorLandscape",
|
||||||
"package": "icu.tempgroup.withinparalleldimensions",
|
"package": "icu.tempgroup.withinparalleldimensions",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
## 图标 ##########################################################################
|
## 图标 ##########################################################################
|
||||||
|
|
|
@ -1548,7 +1548,6 @@ style nvl_window:
|
||||||
|
|
||||||
style game_menu_outer_frame:
|
style game_menu_outer_frame:
|
||||||
variant "small"
|
variant "small"
|
||||||
background "gui/phone/overlay/game_menu.png"
|
|
||||||
|
|
||||||
style game_menu_navigation_frame:
|
style game_menu_navigation_frame:
|
||||||
variant "small"
|
variant "small"
|
||||||
|
|
Loading…
Reference in New Issue