canvi de comp

This commit is contained in:
2026-04-15 18:05:12 +02:00
parent 244a09c7ed
commit 47675d70b4
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ titles = {
}
local sndLaugh, sndThunder
local musTitles
function titles.lightning_step1()
pal.subpal(29,1)
@@ -49,13 +50,14 @@ function titles.enable()
surf.target(surf.SCREEN)
sndLaugh = sound.load("snd/laugh.wav")
sndThunder = sound.load("snd/thunder.wav")
music.play("mus/paku_title.ogg", 0)
dt = sys.time()
end
function titles.update()
surf.source(titles.jailgames)
draw.surf(0,0,98,14,31,49)
if sys.time()-dt > 2 then
if sys.time()-dt > 4 then
app.update = titles.step2
dt = sys.time()
sound.play(sndThunder)