[FIX] Incidencia #9 resolta

This commit is contained in:
2026-05-01 18:16:01 +02:00
parent bbcb6cc667
commit 20646e9c64
5 changed files with 16 additions and 15 deletions

View File

@@ -153,7 +153,8 @@ function arc_check_tile(world_x,world_y,debug)
return tiletype.half, tile
elseif tile<15 then
return tiletype.stair, tile
elseif tile==15 then
-- 23 = Tile transparent, necesari per a dibuixar els switchos en la versió arcade
elseif tile==23 then
return tiletype.switch, tile
elseif tile<64 then
return tiletype.block, tile