alpha 0.1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user