- 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

@@ -71,7 +71,7 @@ end
function triggers:teleport_a()
abad.teleport=true
playsnd(audio_hit)
sound.play(audio_hit)
surf.cls(14)
imp.reset()
abad.hab=67
@@ -80,7 +80,7 @@ end
function triggers:teleport_b()
if abad.teleport then
playsnd(audio_hit)
sound.play(audio_hit)
surf.cls(14)
imp.reset()
abad.hab=14
@@ -90,7 +90,7 @@ end
function triggers:teleport_c()
abad.teleport2=true
playsnd(audio_hit)
sound.play(audio_hit)
surf.cls(14)
imp.reset()
abad.hab=61
@@ -99,7 +99,7 @@ end
function triggers:teleport_d()
if abad.teleport2 then
playsnd(audio_hit)
sound.play(audio_hit)
surf.cls(14)
imp.reset()
abad.hab=29