应用新的定制字符

移除不需要的贴图素材
This commit is contained in:
MrZ626
2021-10-16 15:23:47 +08:00
parent 66d3df0c10
commit b12663f404
12 changed files with 18 additions and 32 deletions

View File

@@ -180,13 +180,14 @@ do--drawableText
}
end
BLOCKNAMES={
"Z","S","J","L","T","O","I",
"Z5","S5","P","Q","F","E",
"T5","U","V","W","X",
"J5","L5","R","Y","N","H","I5",
"I3","C","I2","O1"
'Z','S','J','L','T','O','I',
'Z5','S5','P','Q','F','E',
'T5','U','V','W','X',
'J5','L5','R','Y','N','H','I5',
'I3','C','I2','O1'
}
BLOCKCHARS={}for i=1,#BLOCKNAMES do BLOCKCHARS[i]=CHAR.mino[BLOCKNAMES[i]]end
RANKCHARS={'B','A','S','U','X'}for i=1,#RANKCHARS do RANKCHARS[i]=CHAR.icon['rank'..RANKCHARS[i]]end
do--BLOCKS
local O,_=true,false
BLOCKS={