bomber imp
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user