修正之前整理小程序代码把FONT.set打成FONT.get
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local gc=love.graphics
|
||||
local rnd=math.random
|
||||
local setFont,mStr=FONT.get,GC.mStr
|
||||
local setFont,mStr=FONT.set,GC.mStr
|
||||
|
||||
local scene={}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user