bomber imp

This commit is contained in:
2025-04-12 13:32:36 +02:00
parent 648e4a3dc4
commit fae2abf94e
28 changed files with 344 additions and 128 deletions

View File

@@ -24,6 +24,10 @@ function scene:setValues()
end
function scene:init()
local soundTable = playdate.sound.playingSources()
for i=1, #soundTable do
soundTable[i]:stop()
end
scene.super.init(self)
local menuSelSound = playdate.sound.fileplayer.new("assets/audio/menu_select")