layout菜单名改为style

This commit is contained in:
MrZ626
2021-12-06 12:46:11 +08:00
parent aef4220ac0
commit ef03e7c009
10 changed files with 22 additions and 25 deletions

View File

@@ -339,7 +339,7 @@ return{
title="Game Settings", title="Game Settings",
graphic="←Video", graphic="←Video",
sound="Audio→", sound="Audio→",
layout="Layout", -- style="Style",
ctrl="Control Settings", ctrl="Control Settings",
key="Key Mappings", key="Key Mappings",
@@ -460,7 +460,7 @@ return{
}, },
setting_skin={ setting_skin={
skinSet="Block Skin", skinSet="Block Skin",
title="Layout Settings", title="Style Settings",
skinR="Reset Colors", skinR="Reset Colors",
faceR="Reset Dir.", faceR="Reset Dir.",
}, },

View File

@@ -305,7 +305,7 @@ return{
title="Ajustes del Juego", title="Ajustes del Juego",
graphic="←Video", graphic="←Video",
sound="Sonido→", sound="Sonido→",
layout="Diseño", -- style="Style",
ctrl="Sensibilidad", ctrl="Sensibilidad",
key="Teclas", key="Teclas",

View File

@@ -299,10 +299,9 @@ return{
}, },
setting_game={ setting_game={
title="Paramètres du jeu", title="Paramètres du jeu",
graphic="←Vidéo", graphic="←Vidéo",
sound="Son→", sound="Son→",
layout="Disposition", -- style="Style",
ctrl="Paramètres de contrôle", ctrl="Paramètres de contrôle",
key="Touches", key="Touches",

View File

@@ -327,7 +327,7 @@ return{
title="Config. de jogo", title="Config. de jogo",
graphic="←Video", graphic="←Video",
sound="Som→", sound="Som→",
layout="Layout", -- style="Style",
ctrl="Config. controle", ctrl="Config. controle",
key="Map. teclas", key="Map. teclas",

View File

@@ -228,10 +228,9 @@ return{
}, },
setting_game={ setting_game={
title="%~~%", title="%~~%",
graphic="←Video", graphic="←Video",
sound="Sound→", sound="Sound→",
layout="=-=-=", style="=-=-=",
ctrl="=?=", ctrl="=?=",
key="=?", key="=?",

View File

@@ -87,7 +87,6 @@ return{fallback='zh',
WidgetText={ WidgetText={
setting_game={ setting_game={
title="改游戏", title="改游戏",
graphic="←改画面", graphic="←改画面",
sound="改声音→", sound="改声音→",

View File

@@ -337,9 +337,9 @@ return{
}, },
setting_game={ setting_game={
title="游戏设置", title="游戏设置",
graphic="←画面设置", graphic="←画面",
sound="声音设置", sound="声音→",
layout="外观", style="风格",
ctrl="控制设置", ctrl="控制设置",
key="键位设置", key="键位设置",
@@ -356,8 +356,8 @@ return{
}, },
setting_video={ setting_video={
title="画面设置", title="画面设置",
sound="←声音设置", sound="←声音",
game="游戏设置", game="游戏→",
block="方块可见", block="方块可见",
smooth="平滑下落", smooth="平滑下落",
@@ -403,8 +403,8 @@ return{
}, },
setting_sound={ setting_sound={
title="声音设置", title="声音设置",
game="←游戏设置", game="←游戏",
graphic="画面设置", graphic="画面→",
mainVol="总音量", mainVol="总音量",
bgm="音乐", bgm="音乐",

View File

@@ -337,7 +337,7 @@ return{
title="游戏设置", title="游戏设置",
graphic="←视频", graphic="←视频",
sound="声音→", sound="声音→",
layout="布局", style="风格",
ctrl="控制设置", ctrl="控制设置",
key="键映射", key="键映射",

View File

@@ -336,9 +336,9 @@ return{
}, },
setting_game={ setting_game={
title="遊戲設置", title="遊戲設置",
graphic="←畫面設置", graphic="←畫面",
sound="音頻設置", sound="音頻→",
layout="外觀", style="風格",
ctrl="控制設置", ctrl="控制設置",
key="鍵位設置", key="鍵位設置",
@@ -355,8 +355,8 @@ return{
}, },
setting_video={ setting_video={
title="畫面設置", title="畫面設置",
sound="←音頻設置", sound="←音頻",
game="遊戲設置", game="遊戲→",
block="方塊可見", block="方塊可見",
smooth="平滑下落", smooth="平滑下落",
@@ -402,8 +402,8 @@ return{
}, },
setting_sound={ setting_sound={
title="音頻設置", title="音頻設置",
game="←遊戲設置", game="←遊戲",
graphic="畫面設置", graphic="畫面→",
mainVol="主音量", mainVol="主音量",
bgm="音樂", bgm="音樂",

View File

@@ -36,7 +36,7 @@ scene.widgetList={
WIDGET.newButton{name='graphic', x=200, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_video','swipeR')}, WIDGET.newButton{name='graphic', x=200, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_video','swipeR')},
WIDGET.newButton{name='sound', x=1080, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_sound','swipeL')}, WIDGET.newButton{name='sound', x=1080, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_sound','swipeL')},
WIDGET.newButton{name='layout', x=250, y=540, w=200,h=70,font=35,code=goScene'setting_skin'}, WIDGET.newButton{name='style', x=250, y=540, w=200,h=70,font=35,code=goScene'setting_skin'},
WIDGET.newButton{name='ctrl', x=290, y=220, w=320,h=80,font=35,code=goScene'setting_control'}, WIDGET.newButton{name='ctrl', x=290, y=220, w=320,h=80,font=35,code=goScene'setting_control'},
WIDGET.newButton{name='key', x=640, y=220, w=320,h=80,color=MOBILE and'dH',font=35, code=goScene'setting_key'}, WIDGET.newButton{name='key', x=640, y=220, w=320,h=80,color=MOBILE and'dH',font=35, code=goScene'setting_key'},