修复两个背景启动报错
This commit is contained in:
@@ -12,7 +12,6 @@ function back.init()
|
|||||||
t=rnd(2600)
|
t=rnd(2600)
|
||||||
fan=title_fan
|
fan=title_fan
|
||||||
petal={}
|
petal={}
|
||||||
back.resize()
|
|
||||||
end
|
end
|
||||||
function back.update()
|
function back.update()
|
||||||
t=t+1
|
t=t+1
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ local snow
|
|||||||
function back.init()
|
function back.init()
|
||||||
t=0
|
t=0
|
||||||
snow={}
|
snow={}
|
||||||
back.resize()
|
|
||||||
end
|
end
|
||||||
function back.update()
|
function back.update()
|
||||||
t=t+1
|
t=t+1
|
||||||
|
|||||||
Reference in New Issue
Block a user