主菜单小彩蛋

This commit is contained in:
MrZ626
2020-12-09 01:05:21 +08:00
parent d5fd82e8d6
commit 2f359025f2

View File

@@ -59,6 +59,9 @@ end
function scene.update(dt)
GAME.frame=GAME.frame+1
PLAYERS[1]:update(dt)
if GAME.frame>=36000 and GAME.frame%300==0 then
PLAYERS[1]:movePosition(math.random(800,1000),math.random(50,310),.6)
end
end
function scene.draw()