移除yygq语言
新增日语(by sakurw,不完整,待后续补充) staff列表重做 Co-authored-by: C₂₉H₂₅N₃O₅ <cgu52@wisc.edu>
This commit is contained in:
@@ -7,8 +7,8 @@ local langList={
|
||||
es=" Español\n(Castellano)",
|
||||
pt="Português",
|
||||
id="Bahasa Indonesia",
|
||||
ja="日本語",
|
||||
zh_grass="机翻",
|
||||
zh_yygq="就这?",
|
||||
symbol="?????",
|
||||
}
|
||||
local languages={
|
||||
@@ -57,7 +57,7 @@ scene.widgetList={
|
||||
|
||||
WIDGET.newButton{x=637,y=210,w=346,h=100,font=40, fText=langList.pt, color='A',sound='click',code=function()_setLang('pt')end},
|
||||
WIDGET.newButton{x=637,y=329,w=346,h=100,font=40, fText=langList.symbol, color='G',sound='click',code=function()_setLang('symbol')end},
|
||||
WIDGET.newButton{x=637,y=449,w=346,h=100,font=40, fText=langList.zh_yygq, color='J',sound='click',code=function()_setLang('zh_yygq')end},
|
||||
WIDGET.newButton{x=637,y=449,w=346,h=100,font=40, fText=langList.ja, color='J',sound='click',code=function()_setLang('ja')end},
|
||||
WIDGET.newButton{x=637,y=568,w=346,h=100,font=40, fText=langList.zh_grass,color='L',sound='click',code=function()_setLang('zh_grass')end},
|
||||
|
||||
WIDGET.newButton{x=1003,y=210,w=346,h=100,font=40,fText=langList.zh, color='C',sound='click',code=function()_setLang('zh')end},
|
||||
|
||||
@@ -12,7 +12,7 @@ local counter
|
||||
|
||||
function scene.sceneInit()
|
||||
time=0
|
||||
v=16
|
||||
v=22.6
|
||||
BG.set()
|
||||
names={}
|
||||
counter=26
|
||||
@@ -41,10 +41,10 @@ function scene.keyDown(key)
|
||||
end
|
||||
|
||||
function scene.update(dt)
|
||||
if(kb.isDown('space','return')or tc.getTouches()[1])and v<6.26 then
|
||||
v=v+.26
|
||||
elseif v>1 then
|
||||
v=v-.16
|
||||
if(kb.isDown('space','return')or tc.getTouches()[1])and v<16.2 then
|
||||
v=v+.42
|
||||
elseif v>3.55 then
|
||||
v=v-.42
|
||||
end
|
||||
time=time+v*dt
|
||||
counter=counter-1
|
||||
|
||||
Reference in New Issue
Block a user