alpha 0.1

This commit is contained in:
2024-06-10 01:50:27 +03:00
parent 4d7f25c027
commit 43512c90c7
26 changed files with 2113 additions and 63 deletions

View File

@@ -78,7 +78,7 @@ function scene:spawnBaleba()
return
end
--scene.balebas[balebaCount + 1] = Baleba(math.random(410, 900), math.random(10, 210), scene.player, true)
scene.balebas[balebaCount + 1] = Baleba(math.random(410, 900), math.random(10, 210), scene.player, true)
end
function scene:enter()
@@ -96,9 +96,9 @@ function scene:enter()
scene:spawnBaleba()
end
--scene.helloAudio:play(1)
scene.helloAudio:play(1)
if scene.musicEnabled then
--scene.levelAudio:play(0)
scene.levelAudio:play(0)
end
end
@@ -164,7 +164,9 @@ end
function scene:exit()
scene.super.exit(self)
scene.tank:remove()
if scene.tank ~= nil then
scene.tank:remove()
end
scene.telemLostSound:stop()
scene.levelAudio:stop()
scene.balebaSpawner:remove()