mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Prevent changing language if a textbox is displayed
I really thought I was going to need to block changing the language in-game altogether, but activity zone prompts are now fixed and the only obvious problem I can think of right now is having a dialogue open, so I just disable the language option if a textbox is displayed. (like how the map menu only has the save option if a script is running)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
700aa4aaa0
commit
4ae6c77110
@@ -51,7 +51,8 @@
|
||||
<string english="Change controller options." translation="改变控制器选项。" explanation="" max="38*2" max_local="25*1"/>
|
||||
<string english="language" translation="语言" explanation="menu option"/>
|
||||
<string english="Language" translation="语言" explanation="title" max="20" max_local="13"/>
|
||||
<string english="Change the language." translation="变更语言。" explanation="" max="38*5" max_local="25*4"/>
|
||||
<string english="Change the language." translation="变更语言。" explanation="" max="38*2" max_local="25*1"/>
|
||||
<string english="Can not change the language while a textbox is displayed in-game." translation="" explanation="" max="38*3" max_local="25*2"/>
|
||||
<string english="clear main game data" translation="清除主游戏数据" explanation="menu option"/>
|
||||
<string english="clear custom level data" translation="清除自制关卡数据" explanation="menu option"/>
|
||||
<string english="Clear Data" translation="清除数据" explanation="title" max="20" max_local="13"/>
|
||||
|
||||
Reference in New Issue
Block a user