整理local

This commit is contained in:
MrZ626
2020-09-20 20:17:02 +08:00
parent 0aacf855fb
commit 8b202d9d05
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
local fs=love.filesystem
local int,max,min=math.floor,math.max,math.min
local sub,find=string.sub,string.find
local int=math.floor
local toN,toS=tonumber,tostring
local concat=table.concat
local files={
data= fs.newFile("data.dat"),

View File

@@ -1,6 +1,7 @@
local gc=love.graphics
local int=math.floor
local format=string.format
local find=string.find
do--setFont
local newFont=gc.setNewFont