We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d8edb commit d2780eeCopy full SHA for d2780ee
scenes/gameover.lua
@@ -7,7 +7,7 @@ local resourcemanager = engine:resourcemanager()
7
local scenemanager = engine:scenemanager()
8
9
function scene.on_enter()
10
- scenemanager:destroy("wreckedship")
+ scenemanager:destroy("*")
11
end
12
13
function scene.on_loop() end
scenes/wreckedship.lua
@@ -51,7 +51,7 @@ function scene.on_enter()
51
pool.online:set(1600, 15)
52
53
pool.octopus = scene:get("octopus", SceneType.object)
54
- pool.octopus.kv:set("life", 16)
+ pool.octopus.kv:set("life", 14)
55
pool.octopus.placement = { x = 1200, y = 732 }
56
pool.octopus.action = "idle"
57
pool.octopus:on_mail(function(self, message)
0 commit comments