This commit is contained in:
2026-02-23 20:52:54 +01:00
parent fae2abf94e
commit 9eb426021e
32 changed files with 268 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ scene.inputHandler = {
return
end
scene.menuConfirmSound:play(1)
mode = Drones[scene.menuIndex].mode
local mode = Drones[scene.menuIndex].mode
local soundTable = playdate.sound.playingSources()
for i=1, #soundTable do
soundTable[i]:stop()