Alpha V0.7.10

This commit is contained in:
MrZ_26
2020-02-04 19:32:10 +08:00
parent a31474c43a
commit 42d7b1be94
9 changed files with 147 additions and 74 deletions

View File

@@ -4,15 +4,17 @@ return{
end,
cmb={nil,nil,"3连击","4连击","5连击","6连击","7连击","8连击","9连击","10连击!","11连击!","12连击!","13连击!","14连击!","15连击!","16连击!","17连击!","18连击!","19连击!","巨型连击"},
techrash="四清",
techrashB2B="四清 B2B",
techrashB3B="四清 B2B2B",
techrashB2B="满贯 四清",
techrashB3B="大满贯 四清",
block={"Z","S","L","J","T","O","I"},
spin={"Z旋","S旋","L旋","J旋","T旋","O旋","I旋"},
clear={"","","三清"},
b2b="B2B",
b3b="B2B2B",
spin={"Z型回","S型回","L型回","J型回","T型回","O型回","I型回"},
clear={"","","三清"},
b2b="满贯 ",
b3b="大满贯 ",
mini="次级",
PC="场地全清",
hold="暂存",
next="下一个",
stage={"关卡 1","关卡 2","关卡 3","关卡 4","关卡 5",},
maxspeed="最高速度",
@@ -22,8 +24,35 @@ return{
lose="失败",
custom="自定义游戏",
customOption={
drop="下落延迟:",
lock="锁定延迟:",
wait="放块延迟:",
fall="消行延迟:",
next="序列数量:",
hold="暂存:",
sequence="序列:",
visible="可见性:",
target="目标行数:",
freshLimit="锁延刷新次数:",
opponent="对手速度等级:",
},
customVal={
drop={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,"","[20G]"},
lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,""},
wait=nil,
fall=nil,
next=nil,
hold={"",""},
sequence={"bag7","his4","随机"},
visible={"可见","半隐形","全隐形"},
target={10,20,40,100,200,500,1000,""},
freshLimit={0,8,15,""},
opponent={"无电脑",1,2,3,4,5,6,7,8,9,10,11},
},
softdropdas="软降DAS:",
softdroparr="软降ARR:",
snapLevelName={"任意摆放","10px吸附","20px吸附","40px吸附","60px吸附","80px吸附"},
keyboard="键盘",
joystick="手柄",
setting2Help="方向键选择/翻页,回车修改,esc返回",
@@ -32,12 +61,13 @@ return{
actName={"左移:","右移:","顺时针旋转:","顺时针旋转:","180°旋转","硬降:","软降:","暂存:","切换攻击:","重新开始:","左瞬移:","右瞬移:","软降到底:"},
modeName={
[0]="自定义",
"竞速","马拉松","","无尽","单挑","仅TSD","隐形","挖掘","生存","科研",
"竞速","马拉松","经典","","无尽","单挑","仅TSD","隐形","挖掘","生存","科研",
"全清训练","全清挑战","41人混战","99人混战","干旱","多人",
},
modeInfo={
sprint="挑战世界纪录",
marathon="尝试坚持到最后",
classic="高速经典",
zen="无重力消除200行",
infinite="科研沙盒",
solo="打败AI",
@@ -81,7 +111,7 @@ return{
help={
"好像也没啥好帮助的吧?就当是关于了",
"这只是一个方块游戏,请勿过度解读和随意联想",
"不过就当成TOP/C2/KOS/TGM3玩好了",
"不过就当成TOP/C2/KOS/TGM3/JS玩好了",
"游戏还在测试阶段,请 勿 外 传",
"",
"使用LOVE2D引擎",
@@ -145,7 +175,7 @@ return{
"返回",
function()return setting.virtualkeySwitch and"隐藏虚拟按键"or"显示虚拟按键"end,
"默认组合",
function()return snapLevelName[snapLevel]end,
function()return text.snapLevelName[snapLevel]end,
function()return percent0to5[setting.virtualkeyAlpha]end,
"图标",
"大小",

View File

@@ -13,6 +13,8 @@ return{
b3b=" B2B2B",
mini="Mini",
PC="Perfect Clear",
hold="hold",
next="next",
stage={"STAGE 1","STAGE 2","STAGE 3","STAGE 4","STAGE 5",},
maxspeed="Max speed",
@@ -22,8 +24,35 @@ return{
lose="LOSE",
custom="Custom Game",
customOption={
drop="Drop delay:",
lock="Lock delay:",
wait="Next piece delay:",
fall="Clear row delay:",
next="Next count:",
hold="Hold:",
sequence="Sequence:",
visible="Visible:",
target="Line limit:",
freshLimit="Lock fresh limit:",
opponent="Opponent speed:",
},
customVal={
drop={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,"","[20G]"},
lock={0,1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,25,30,40,60,180,""},
wait=nil,
fall=nil,
next=nil,
hold={"on","off"},
sequence={"bag7","his4","random"},
visible={"normal","time","invisible"},
target={10,20,40,100,200,500,1000,""},
freshLimit={0,8,15,""},
opponent={"No CPU",1,2,3,4,5,6,7,8,9,10,11},
},
softdropdas="softdropDAS:",
softdroparr="softdropARR:",
snapLevelName={"Free pos","Snap-10","Snap-20","Snap-40","Snap-60","Snap-80"},
keyboard="Keyboard",
joystick="Joystick",
setting2Help="Arrowkey to select/change slot,Enter to change,Esc back",
@@ -32,12 +61,13 @@ return{
actName={"Move Left:","Move Right:","Rotate Right:","Rotate Left:","Rotate Flip:","Hard Drop:","Soft Drop:","Hold:","Swap:","Restart:","Instant Left:","Instant Right:","Ins Down:"},
modeName={
[0]="Custom",
"Sprint","Marathon","Zen","Infinite","1v1","TSD-only","Blind","Dig","Survivor","Tech",
"Sprint","Marathon","Classic","Zen","Infinite","1v1","TSD-only","Blind","Dig","Survivor","Tech",
"PC Train","PC Challenge","Techmino41","Techmino99","Drought","Hotseat",
},
modeInfo={
sprint="Speed run",
marathon="Survive and reach target",
classic="Vintage car drag racing",
zen="Clear 200 Lines without gravity",
infinite="Infinite game,infinite happiness",
solo="Beat AI",
@@ -145,7 +175,7 @@ return{
"Back",
function()return setting.virtualkeySwitch and"Hide Virtual Key"or"Show Virtual Key"end,
"Defaults",
function()return snapLevelName[snapLevel]end,
function()return text.snapLevelName[snapLevel]end,
function()return percent0to5[setting.virtualkeyAlpha]end,
"Icon",
"Size",