修正之前整理小程序代码把FONT.set打成FONT.get

This commit is contained in:
MrZ626
2021-09-21 04:40:28 +08:00
parent 0eea1ae0c6
commit 53d4fd8547
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ local ms=love.mouse
local msIsDown,kbIsDown=ms.isDown,love.keyboard.isDown
local gc=love.graphics
local gc_setColor,gc_rectangle,gc_draw=gc.setColor,gc.rectangle,gc.draw
local setFont,mStr=FONT.get,GC.mStr
local setFont,mStr=FONT.set,GC.mStr
local int,rnd,abs=math.floor,math.random,math.abs
local max,min=math.max,math.min