所有setfont参数统一为5的倍数,节约内存占用

This commit is contained in:
MrZ626
2020-11-16 17:40:36 +08:00
parent 246def7525
commit 7cd5d19f31
7 changed files with 24 additions and 29 deletions

View File

@@ -587,7 +587,7 @@ function selector:draw()
end
--Text
setFont(28)
setFont(30)
t=self.text
if t then
gc.setColor(r,g,b)