canvi de comp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user