- [FIX] Reajustada la numeració de tiles

- [NEW] Comencem a treballar en la EUI
This commit is contained in:
2024-12-31 10:44:39 +01:00
parent f6ea65a822
commit 2dd36562da
12 changed files with 203 additions and 286 deletions

View File

@@ -84,6 +84,6 @@ mapa={
end,
check_collision=function(x,y)
return mget(x,y) > 16 or mget(x+1,y) > 16
return mget(x,y) >= 32 or mget(x+1,y) >= 32
end
}