[FIX] Modificat el mapa principal per a pujar de pis sense fer parkour

[NEW] Separats els mapes a fitxers independents
[FIX] Altres arreglos menors
This commit is contained in:
2026-05-16 13:51:31 +02:00
parent 5453857896
commit 24a1f6a3fb
6 changed files with 793 additions and 6 deletions
+1 -3
View File
@@ -336,8 +336,6 @@ function abad_in_stairs(next_x, next_y)
result = true
end
if result then print("IN STAIRS "..next_x.." "..next_y) else print("-") end
return result
end
@@ -398,7 +396,7 @@ function abad_advance()
end
function abad_move_down()
if abad_in_stairs() then
if abad_in_stairs(0,1) and not abad_in_floor(0,0) then
abad.update=abad_state_stairs
else
abad.update=abad_state_crouch