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