代码整理

This commit is contained in:
MrZ626
2020-09-15 11:05:18 +08:00
parent f64bf2bc27
commit b139cfe62f
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ local gc=love.graphics
local int=math.floor
local format=string.format
do
do--setFont
local newFont=gc.setNewFont
local setNewFont=gc.setFont
local fontCache,currentFontSize={}