修正之前整理小程序代码把FONT.set打成FONT.get
This commit is contained in:
@@ -4,7 +4,7 @@ local setColor,rectangle=gc.setColor,gc.rectangle
|
||||
|
||||
local int,rnd=math.floor,math.random
|
||||
local ins,rem=table.insert,table.remove
|
||||
local setFont,mStr=FONT.get,GC.mStr
|
||||
local setFont,mStr=FONT.set,GC.mStr
|
||||
|
||||
local scene={}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user