应用新的定制字符

移除不需要的贴图素材
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

@@ -269,7 +269,7 @@ function scene.draw()
--Rank
if unlocked==1 then
name=text.ranks[rank]
name=RANKCHARS[rank]
if name then
gc_setColor(0,0,0,.8)
mStr(name,M.x+M.size*.7,M.y-50-M.size*.7)