Alpha V0.7.18
This commit is contained in:
@@ -62,7 +62,7 @@ return{
|
||||
modeName={
|
||||
[0]="Custom",
|
||||
"Sprint","Marathon","Master","Classic","Zen","Infinite","1v1","TSD-only","Blind","Dig","Survivor","Tech",
|
||||
"PC Train","PC Challenge","Techmino41","Techmino99","Drought","Hotseat",
|
||||
"PC Train","PC Challenge","Techmino49","Techmino99","Drought","Hotseat",
|
||||
},
|
||||
modeInfo={
|
||||
sprint="Speed run",
|
||||
@@ -79,7 +79,7 @@ return{
|
||||
tech="Don't do normal clear",
|
||||
pctrain="Let's learn some PCs",
|
||||
pcchallenge="Make PCs in 100 Lines",
|
||||
techmino41="Melee fight with 40 AIs",
|
||||
techmino49="Melee fight with 48 AIs",
|
||||
techmino99="Melee fight with 98 AIs",
|
||||
drought="ERRSEQ flood attack",
|
||||
hotseat="",
|
||||
@@ -112,20 +112,20 @@ return{
|
||||
"Games run:",
|
||||
"Games played:",
|
||||
"Game time:",
|
||||
"Total key pressed:",
|
||||
"Total rotate:",
|
||||
"Total hold:",
|
||||
"Total block used:",
|
||||
"Total rows cleared:",
|
||||
"Total attack:",
|
||||
"Total sent:",
|
||||
"Total receive:",
|
||||
"Total pend:",
|
||||
"Total clear:",
|
||||
"Total spin:",
|
||||
"Total B2B:",
|
||||
"Total PC:",
|
||||
"Total Efficiency",
|
||||
"Key pressed:",
|
||||
"Rotate:",
|
||||
"Hold:",
|
||||
"Block used:",
|
||||
"Rows cleared:",
|
||||
"Attack:",
|
||||
"Sent:",
|
||||
"Receive:",
|
||||
"Pend:",
|
||||
"Clear:",
|
||||
"Spin:",
|
||||
"B2B:",
|
||||
"PC:",
|
||||
"Efficiency:",
|
||||
},
|
||||
help={
|
||||
"I don't think you need \"help\".",
|
||||
@@ -204,15 +204,16 @@ return{
|
||||
arrD="-",arrU="+",
|
||||
sddasD="-",sddasU="+",
|
||||
sdarrD="-",sdarrU="+",
|
||||
ctrl="Control settings",
|
||||
touch="Touch settings",
|
||||
lang=function()return langName[setting.lang]end,
|
||||
sfx=function()return setting.sfx and"SFX:ON"or"SFX:OFF"end,
|
||||
bgm=function()return setting.bgm and"BGM:ON"or"BGM:OFF"end,
|
||||
vib=function()return "Vibrate level:"..setting.vib end,
|
||||
fullscreen=function()return setting.fullscreen and"Fullscreen:ON"or"Fullscreen:OFF"end,
|
||||
bgblock=function()return setting.bgblock and"BG animation:ON"or"BG animation:OFF"end,
|
||||
frame=function()return"FrameDraw:"..setting.frameMul.."%"end,
|
||||
control="Control settings",
|
||||
touch="Touch settings",
|
||||
lang=function()return langName[setting.lang]end,
|
||||
skin="Change Block Skin",
|
||||
back="Save&Back",
|
||||
},
|
||||
setting2={
|
||||
|
||||
Reference in New Issue
Block a user