Merge branch 'main' into main

This commit is contained in:
user670
2021-04-22 15:39:42 +08:00
committed by GitHub
157 changed files with 1241 additions and 1084 deletions

View File

@@ -1,4 +1,4 @@
local c=COLOR
local C=COLOR
return{
back="Back",
anykey="Press a key!",
@@ -219,7 +219,6 @@ return{
music="Music & SE",
about="About",
dict="Zictionary",
lang="言/A",
manual="Manual",
quit="Exit",
},
@@ -852,30 +851,30 @@ return{
"You can perform a spin with 28 of the 29 minoes in this game; the exception being O1.",
"You can set the spawning orientation for each tetromino.",
"ZS JL T O I",
{c.C,"Also try 15puzzle!"},
{c.C,"Also try Minecraft!"},
{c.C,"Also try Minesweeper!"},
{c.C,"Also try osu!"},
{c.C,"Also try Phigros!"},
{c.C,"Also try Rubic's cube!"},
{c.C,"Also try Terraria!"},
{c.C,"Also try VVVVVV!"},
{c.fire,"Also try Cultris II!"},
{c.fire,"Also try Jstris"},
{c.fire,"Also try NullpoMino!"},
{c.fire,"Also try TETR.IO!"},
{c.fire,"Also try Tetr.js!"},
{c.fire,"Also try Tetra Legends!"},
{c.grape,"T-spin!"},
{c.gray,"REGRET!!"},
{c.lR,"Z ",c.lG,"S ",c.lSea,"J ",c.lOrange,"L ",c.lGrape,"T ",c.lY,"O ",c.lC,"I"},
{c.lY,"COOL!!"},
{c.R,"\"DMCA abusing\""},
{c.R,"\"Intellectual property law\""},
{c.R,"DT",c.W," Cannon=",c.grape,"TS",c.R,"D",c.W,"+",c.grape,"TS",c.R,"T",c.W," Cannon"},
{c.R,"LrL ",c.G,"RlR ",c.B,"LLr ",c.orange,"RRl ",c.grape,"RRR ",c.grape,"LLL ",c.C,"FFF ",c.Y,"RfR ",c.Y,"RRf ",c.Y,"rFF"},
{c.sky,"Lua",c.W," No.1"},
{c.W,"What is an ",c.lC,"X-Spin"?},
{c.Y,"O-Spin Triple!"},
{C.C,"Also try 15puzzle!"},
{C.C,"Also try Minecraft!"},
{C.C,"Also try Minesweeper!"},
{C.C,"Also try osu!"},
{C.C,"Also try Phigros!"},
{C.C,"Also try Rubic's cube!"},
{C.C,"Also try Terraria!"},
{C.C,"Also try VVVVVV!"},
{C.fire,"Also try Cultris II!"},
{C.fire,"Also try Jstris"},
{C.fire,"Also try NullpoMino!"},
{C.fire,"Also try TETR.IO!"},
{C.fire,"Also try Tetr.js!"},
{C.fire,"Also try Tetra Legends!"},
{C.purple,"T-spin!"},
{C.H,"REGRET!!"},
{C.lR,"Z ",C.lG,"S ",C.lS,"J ",C.lO,"L ",C.lP,"T ",C.lY,"O ",C.lC,"I"},
{C.lY,"COOL!!"},
{C.R,"\"DMCA abusing\""},
{C.R,"\"Intellectual property law\""},
{C.R,"DT",C.Z," Cannon=",C.purple,"TS",C.R,"D",C.Z,"+",C.purple,"TS",C.R,"T",C.Z," Cannon"},
{C.R,"LrL ",C.G,"RlR ",C.B,"LLr ",C.orange,"RRl ",C.purple,"RRR ",C.purple,"LLL ",C.C,"FFF ",C.Y,"RfR ",C.Y,"RRf ",C.Y,"rFF"},
{C.navy,"Lua",C.Z," No.1"},
{C.Z,"What is an ",c.lC,"X-Spin"?},
{C.Y,"O-Spin Triple!"},
}
}