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

@@ -143,10 +143,6 @@ end
function scene:enter()
scene.super.enter(self)
local soundTable = playdate.sound.playingSources()
for i=1, #soundTable do
soundTable[i]:stop()
end
scene.buttonTimeout = 100
Noble.Input.setHandler(scene.inputHandler)