应用新的定制字符
移除不需要的贴图素材
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user