主菜单语言按钮改用地球图标
This commit is contained in:
@@ -219,7 +219,6 @@ return{
|
|||||||
music="Music & SE",
|
music="Music & SE",
|
||||||
about="About",
|
about="About",
|
||||||
dict="Zictionary",
|
dict="Zictionary",
|
||||||
lang="言/A",
|
|
||||||
manual="Manual",
|
manual="Manual",
|
||||||
quit="Exit",
|
quit="Exit",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ return{
|
|||||||
-- music="Music & SE",
|
-- music="Music & SE",
|
||||||
-- about="About",
|
-- about="About",
|
||||||
dict="Zictionary",
|
dict="Zictionary",
|
||||||
lang="言/A",
|
|
||||||
manual="Manuel",
|
manual="Manuel",
|
||||||
quit="Quitter",
|
quit="Quitter",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -219,7 +219,6 @@ return{
|
|||||||
-- music="Music & SE",
|
-- music="Music & SE",
|
||||||
-- about="About",
|
-- about="About",
|
||||||
dict="Zictionary",
|
dict="Zictionary",
|
||||||
lang="言/A",
|
|
||||||
manual="Manual",
|
manual="Manual",
|
||||||
quit="Saída",
|
quit="Saída",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -197,7 +197,6 @@ return{
|
|||||||
music="Música y SFX",
|
music="Música y SFX",
|
||||||
about="Acerca del Juego",
|
about="Acerca del Juego",
|
||||||
dict="Zictionary",
|
dict="Zictionary",
|
||||||
lang="言/A",
|
|
||||||
manual="Manual",
|
manual="Manual",
|
||||||
quit="Salir",
|
quit="Salir",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ return{
|
|||||||
music="~~~ & =><=",
|
music="~~~ & =><=",
|
||||||
about="?",
|
about="?",
|
||||||
dict="z",
|
dict="z",
|
||||||
lang="言/A",
|
|
||||||
manual="???",
|
manual="???",
|
||||||
quit="X",
|
quit="X",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -219,7 +219,6 @@ return{
|
|||||||
music="音乐&音效",
|
music="音乐&音效",
|
||||||
about="关于",
|
about="关于",
|
||||||
dict="小Z词典",
|
dict="小Z词典",
|
||||||
lang="言/A",
|
|
||||||
manual="说明书",
|
manual="说明书",
|
||||||
quit="退出",
|
quit="退出",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -168,6 +168,9 @@ function scene.draw()
|
|||||||
|
|
||||||
--Player
|
--Player
|
||||||
PLAYERS[1]:draw()
|
PLAYERS[1]:draw()
|
||||||
|
|
||||||
|
--Profile
|
||||||
|
drawSelfProfile()
|
||||||
end
|
end
|
||||||
|
|
||||||
scene.widgetList={
|
scene.widgetList={
|
||||||
@@ -182,7 +185,14 @@ scene.widgetList={
|
|||||||
WIDGET.newButton{name="manual", x=2480,y=570,w=800,h=100, color="lC", font=40,align="L",edge=30, code=pressKey","},
|
WIDGET.newButton{name="manual", x=2480,y=570,w=800,h=100, color="lC", font=40,align="L",edge=30, code=pressKey","},
|
||||||
|
|
||||||
WIDGET.newButton{name="music", x=160,y=80,w=200,h=90, color="lOrange",font=35, code=pressKey"2"},
|
WIDGET.newButton{name="music", x=160,y=80,w=200,h=90, color="lOrange",font=35, code=pressKey"2"},
|
||||||
WIDGET.newButton{name="lang", x=1120,y=80,w=200,h=90, color="lY", font=40, code=pressKey"0"},
|
WIDGET.newButton{name="lang", x=960,y=80,w=90,h=90, color="lY", font=40, code=pressKey"0",fText=DOGC{64,64,
|
||||||
|
{"setLW",4},
|
||||||
|
{"dCirc",32,32,30},
|
||||||
|
{"dLine",2,31,62,31},
|
||||||
|
{"dLine",31,2,31,62},
|
||||||
|
{"doArc",10,31,40,-.8,.8},
|
||||||
|
{"doArc",53,31,40,2.3,3.9},
|
||||||
|
}},
|
||||||
WIDGET.newButton{name="about", x=-110,y=670,w=600,h=70, color="lB", font=35,align="R",edge=30, code=pressKey"x"},
|
WIDGET.newButton{name="about", x=-110,y=670,w=600,h=70, color="lB", font=35,align="R",edge=30, code=pressKey"x"},
|
||||||
WIDGET.newButton{name="quit", x=1390,y=670,w=600,h=70, color="lR", font=40,align="L",edge=30, code=function()VOC.play("bye")SCN.swapTo("quit","slowFade")end},
|
WIDGET.newButton{name="quit", x=1390,y=670,w=600,h=70, color="lR", font=40,align="L",edge=30, code=function()VOC.play("bye")SCN.swapTo("quit","slowFade")end},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user