整理代码,修改颜色名和几乎所有的使用方法(可能有错误,需要后续再整理)

This commit is contained in:
MrZ626
2021-04-21 23:51:34 +08:00
parent 9b3b0e2086
commit 09d0612aeb
62 changed files with 701 additions and 690 deletions

View File

@@ -1,4 +1,4 @@
local c=COLOR
local C=COLOR
return{
back="Back",
anykey="Press any key",
@@ -848,30 +848,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 Tetralegends"},
{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 ",c.lC,"Xspin"},
{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 Tetralegends"},
{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.navy,"Lua",C.Z," No.1"},
{C.purple,"T-spin!"},
{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.Y,"O-spin Triple!"},
{C.Z,"What is ",C.lC,"Xspin"},
}
}