[FIX] Modificat el mapa principal

[FIX] El abad ja entra i ix de les escales perfectament mentre no es diga lo contrari
[FIX] Afegit nou tile
This commit is contained in:
2026-05-16 20:01:37 +02:00
parent 24a1f6a3fb
commit 392b16e598
6 changed files with 786 additions and 61 deletions
+4
View File
@@ -232,6 +232,10 @@ end
function editor_to_map_tile(editor_tile)
local result = 0
if editor_tile==nil then
print("editor_to_map_tile => NIL editor_tile")
return result
end
if editor_tile<256 then result = editor_tile + arcade_config.tiles_offset end
return result
end