修复mod选择界面文本显示错误和自定义场地按钮显示问题
This commit is contained in:
@@ -393,7 +393,6 @@ return{
|
||||
title="Custom Game",
|
||||
subTitle="Field",
|
||||
|
||||
b17="[ ]",
|
||||
any="Erase",
|
||||
space="×",
|
||||
|
||||
|
||||
@@ -397,7 +397,6 @@ return{
|
||||
title="Mode personnalisé",
|
||||
subTitle="Matrice",
|
||||
|
||||
b17="[ ]",
|
||||
any="Effacer",
|
||||
space="×",
|
||||
pushLine="Ajouter ligne (K)",
|
||||
|
||||
@@ -396,7 +396,6 @@ return{
|
||||
|
||||
subTitle="Tablero",
|
||||
|
||||
b17="[ ]",
|
||||
any="Borrar",
|
||||
space="×",
|
||||
pushLine="Añadir Línea (K)",
|
||||
|
||||
@@ -314,7 +314,6 @@ return{
|
||||
title="!@#$%^&*",
|
||||
subTitle="!@#$%^&* [##]",
|
||||
|
||||
b17="[ ]",
|
||||
any="_",
|
||||
space="×",
|
||||
pushLine="↑↑↑↑↑(K)",
|
||||
|
||||
@@ -417,7 +417,6 @@ return{
|
||||
title="自定义游戏",
|
||||
subTitle="场地",
|
||||
|
||||
b17="[ ]",
|
||||
any="不定",
|
||||
space="×",
|
||||
pushLine="增加一行(K)",
|
||||
|
||||
@@ -233,7 +233,7 @@ end
|
||||
|
||||
local function setPen(i)return function()sceneTemp.pen=i end end
|
||||
scene.widgetList={
|
||||
WIDGET.newText{name="title", x=1020,y=5,font=70,align="R"},
|
||||
WIDGET.newText{name="title", x=1020,y=5,font=70,align="R"},
|
||||
WIDGET.newText{name="subTitle", x=1030,y=50,font=35,align="L",color="grey"},
|
||||
|
||||
WIDGET.newButton{name="b1", x=580, y=130,w=75,color=COLOR.red, code=setPen(1)},--B1
|
||||
|
||||
@@ -143,6 +143,7 @@ function scene.Pnt()
|
||||
gc.pop()
|
||||
end
|
||||
|
||||
gc.setColor(1,1,1)
|
||||
if sceneTemp.sel then
|
||||
setFont(30)
|
||||
gc.printf(text.modInfo[sceneTemp.sel],70,540,950)
|
||||
|
||||
Reference in New Issue
Block a user