修复两个背景启动报错

This commit is contained in:
MrZ626
2021-01-06 13:32:06 +08:00
parent f1bc85b5bc
commit 6485e9cec5
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ function back.init()
t=rnd(2600)
fan=title_fan
petal={}
back.resize()
end
function back.update()
t=t+1

View File

@@ -11,7 +11,6 @@ local snow
function back.init()
t=0
snow={}
back.resize()
end
function back.update()
t=t+1