应用新的定制字符

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

@@ -217,7 +217,7 @@ function scene.draw()
if GAME.rank>0 then
gc.push('transform')
gc.translate(1050,5)
local str=text.ranks[GAME.rank]
local str=RANKCHARS[GAME.rank]
setFont(80)
gc.setColor(0,0,0,timer1*.7)
gc.print(str,-5,-4,nil,1.5)