Add toggleable infinite height in Infinite mode (#961)
* Add toggleable infinite height in Infinite mode * Use font size 25 for infinite mode
This commit is contained in:
@@ -40,6 +40,9 @@ return {
|
||||
maxspeed="MAX SPEED!",
|
||||
speedup="Speed Up!",
|
||||
missionFailed="Wrong Clear",
|
||||
infHeightOn="Infinite Height ON",
|
||||
infHeightOff="Infinite Height OFF",
|
||||
infHeightHint="Toggle with Function 1 key",
|
||||
|
||||
speedLV="Speed Level",
|
||||
piece="Piece",line="Lines",atk="Attack",eff="Efficiency",
|
||||
|
||||
@@ -39,6 +39,9 @@ return {
|
||||
maxspeed="¡Máx. Velocidad!",
|
||||
speedup="¡Más rápido!",
|
||||
missionFailed="Misión Fallida",
|
||||
-- infHeightOn="Infinite Height ON",
|
||||
-- infHeightOff="Infinite Height OFF",
|
||||
-- infHeightHint="Toggle with Function 1 key",
|
||||
|
||||
speedLV="Veloc. de juego",
|
||||
piece="Piezas",line="Líneas",atk="Ataque",eff="Eficiencia",
|
||||
|
||||
@@ -39,6 +39,9 @@ return {
|
||||
maxspeed="Vitesse maximale !",
|
||||
speedup="Accélérez !",
|
||||
missionFailed="Mission échouée",
|
||||
-- infHeightOn="Infinite Height ON",
|
||||
-- infHeightOff="Infinite Height OFF",
|
||||
-- infHeightHint="Toggle with Function 1 key",
|
||||
|
||||
speedLV="niveau de vitesse",
|
||||
piece="Pièce",line="Lignes",atk="Attaque",eff="Efficacité",
|
||||
|
||||
@@ -41,6 +41,9 @@ return {
|
||||
maxspeed="KECEPATAN MAXIMUM!",
|
||||
speedup="Percepatkan!",
|
||||
missionFailed="Salah",
|
||||
infHeightOn="Ketinggian Tak Terhingga ON",
|
||||
infHeightOff="Ketinggian Tak Terhingga OFF",
|
||||
infHeightHint="Ubah dengan tombol Fungsi 1",
|
||||
|
||||
speedLV="Kecptn lvl",
|
||||
piece="Blok",line="Baris",atk="Baris Terkirim",eff="Efisiensi",
|
||||
|
||||
@@ -41,6 +41,9 @@ return {
|
||||
maxspeed="最高速度!",
|
||||
speedup="スピードアップ!",
|
||||
missionFailed="ミッション失敗",
|
||||
-- infHeightOn="Infinite Height ON",
|
||||
-- infHeightOff="Infinite Height OFF",
|
||||
-- infHeightHint="Toggle with Function 1 key",
|
||||
|
||||
speedLV="レベル",
|
||||
piece="ミノ数",line="line数",atk="火力",eff="効率",
|
||||
|
||||
@@ -30,6 +30,9 @@ return {
|
||||
maxspeed="Velocidade máxima!",
|
||||
speedup="Mais rápido!",
|
||||
missionFailed="Missão falha",
|
||||
-- infHeightOn="Infinite Height ON",
|
||||
-- infHeightOff="Infinite Height OFF",
|
||||
-- infHeightHint="Toggle with Function 1 key",
|
||||
|
||||
speedLV="Nível de velocidade",
|
||||
piece="Peça",line="Linhas",atk="Ataque",eff="Eficiência",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
local x,v=CHAR.icon.crossMark,CHAR.icon.checkMark
|
||||
return {
|
||||
fallback='en',
|
||||
loadText={
|
||||
@@ -38,6 +39,9 @@ return {
|
||||
maxspeed="!!!",
|
||||
speedup="~!~",
|
||||
missionFailed="-X_X-",
|
||||
infHeightOn="∞↑ "..v,
|
||||
infHeightOff="∞↑ "..x,
|
||||
infHeightHint=v.."/"..x..": F₁",
|
||||
|
||||
win=": )",
|
||||
lose=": (",
|
||||
@@ -61,7 +65,7 @@ return {
|
||||
|
||||
loadError_errorMode="'$1' ↑x!: no load mode '$2'",
|
||||
loadError_read="'$1' ↑x!: read failed",
|
||||
loadError_noFile="'$1' ↑oading failed no file:",
|
||||
loadError_noFile="'$1' loading failed no file:",
|
||||
loadError_other="'$1' ↑x!: $2",
|
||||
loadError_unknown="'$1' ↑x!: unknown reason",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user