Skip to content

Commit 3d0d163

Browse files
committed
Work in progress
1 parent d2780ee commit 3d0d163

File tree

5 files changed

+202
-202
lines changed

5 files changed

+202
-202
lines changed

blobs/wreckedship/jet.png

-51 Bytes
Loading

scenes/gameover.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ local resourcemanager = engine:resourcemanager()
77
local scenemanager = engine:scenemanager()
88

99
function scene.on_enter()
10-
scenemanager:destroy("*")
10+
scenemanager:destroy("*")
1111
end
1212

1313
function scene.on_loop() end
1414

1515
function scene.on_leave()
16-
for o in pairs(pool) do
17-
pool[o] = nil
18-
end
16+
for o in pairs(pool) do
17+
pool[o] = nil
18+
end
1919
end
2020

2121
return scene

0 commit comments

Comments
 (0)