- Passat a mini v1.3.7

- [NEW] ara es pot activar i desactivar el só, des del nou menu d'opcions i desde el menu in-game
- [NEW] menus canviats un poc
This commit is contained in:
2025-10-30 16:31:07 +01:00
parent a5d097aa50
commit 639fd6e34d
10 changed files with 261 additions and 243 deletions

View File

@@ -8,7 +8,7 @@ function final_init()
abad.update = abad_nop
game_update=update_final
next_actor()
playmus(audio_final)
music.play(audio_final)
local r,g,b=pal.color(15)
pal.color(17,r,g,b)
--fade.fadein()
@@ -33,15 +33,6 @@ function update_final()
mapa_update(abad.hab,final_room)
if key.press(key.M) then
mute = not mute
if mute then
music.stop()
else
playmus(audio_final)
end
end
if go_next_actor then next_actor() end
end
@@ -141,14 +132,6 @@ function update_final2()
text("C A C A U S", 42, 12, 17)
text("GRACIES PER JUGAR", 30, 48, 10)
if key.press(key.M) then
mute = not mute
if mute then
music.stop()
else
playmus(audio_final)
end
end
final_count=final_count+1
if final_count==200 or (key.press(keyShoot) or pad.press(btnShoot)) or key.press(key.RETURN) then
game_exit()