添加隐藏模式marathon_bfmax的入口并修改tip关于隐藏模式的说法
This commit is contained in:
@@ -892,7 +892,7 @@ return{
|
||||
"Techmino is so fun!",
|
||||
"TetroDictionary is now available in English.",
|
||||
"The stacker future is yours in Techmino!",
|
||||
"There are three hidden modes in the game.",
|
||||
"There are four hidden modes in the game.",
|
||||
"There is a total of 18 different pentominoes.",
|
||||
"There is a total of 7 different tetrominoes.",
|
||||
"Try using multiple Hold Queues!",
|
||||
@@ -931,4 +931,4 @@ return{
|
||||
{C.Y,"O-Spin Triple!"},
|
||||
{C.Z,"What? ",C.lC,"Xspin?"},
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -721,4 +721,4 @@ return{
|
||||
['custom_clear']= {"Personalizado", "Normal"},
|
||||
['custom_puzzle']= {"Personalizado", "Puzzle"},
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -724,4 +724,4 @@ return{
|
||||
['custom_clear']= {"Perso.", "NORMAL"},
|
||||
['custom_puzzle']= {"Perso.", "PUZZLE"},
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -875,7 +875,7 @@ return{
|
||||
"Techmino tem uma edição Nspire-CX!",
|
||||
"Techmino é legal!",
|
||||
"TetroDictionary está disponível em Inglês.",
|
||||
"Tem 3 modos escondidos no jogo.",
|
||||
"Tem 4 modos escondidos no jogo.",
|
||||
"Tem um total de 18 pentominoes diferentes.",
|
||||
"Tem um total de 7 diferentes tetrominoes.",
|
||||
"Tente usar dois botões de rotação. Todos três é melhor.",
|
||||
@@ -923,4 +923,4 @@ return{
|
||||
{C.Y,"暫定段位:MV"},
|
||||
{C.Y,"O-spin Triple!"},
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1032,7 +1032,7 @@ return{
|
||||
"游戏也是一种艺术形式",
|
||||
"游戏中左下角三个信息分别是分数/时间/极简连击数",
|
||||
"有建议的话可以把信息反馈给作者~",
|
||||
"有三个隐藏模式不能从地图进入,到处找找看吧",
|
||||
"有四个隐藏模式不能从地图进入,到处找找看吧",
|
||||
"有疑问? 先看设置有没有你想要的",
|
||||
"右下角那个问号按钮是游戏说明书",
|
||||
"长期睡眠不足会引起不可逆的脑损伤(变傻)",
|
||||
|
||||
@@ -54,6 +54,9 @@ end
|
||||
local function nextDir(i)
|
||||
SETTING.face[i]=(SETTING.face[i]+1)%4
|
||||
minoRot0[i]=minoRot0[i]+1.5707963
|
||||
if minoRot0[5]>62 then
|
||||
loadGame('marathon_bfmax',true)
|
||||
end
|
||||
SFX.play('rotate')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user