整理代码,改正时间字符串格式少删个字母
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
local gc=love.graphics
|
||||
local int=math.floor
|
||||
|
||||
local scene={}
|
||||
|
||||
local timer
|
||||
|
||||
function scene.sceneInit()
|
||||
timer=1
|
||||
end
|
||||
function scene.sceneInit()timer=1 end
|
||||
|
||||
scene.keyDown=NULL
|
||||
scene.mouseDown=NULL
|
||||
|
||||
Reference in New Issue
Block a user