- segon teleport

- tecles debug llevades
This commit is contained in:
2023-01-13 14:23:28 +01:00
parent a5f8703830
commit 3d9cbaef3d
2 changed files with 39 additions and 18 deletions

View File

@@ -87,3 +87,22 @@ function triggers:teleport_b()
abad.x=16
end
end
function triggers:teleport_c()
abad.teleport2=true
playsnd(audio_hit)
cls(14)
imp.reset()
abad.hab=61
abad.x=24
end
function triggers:teleport_d()
if abad.teleport2 then
playsnd(audio_hit)
cls(14)
imp.reset()
abad.hab=29
abad.x=24
end
end