- [FIX] Reajustada la numeració de tiles
- [NEW] Comencem a treballar en la EUI
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user