Trabajando con el isOnFloor y los tiles passable

This commit is contained in:
2022-08-19 14:05:56 +02:00
parent 5144a14bcd
commit 8765049b69
3 changed files with 8 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ t_tile_map Map::getTile(SDL_Point p)
}
// Devuelve el valor de la variable
int Map::getTileWidth()
int Map::getTileSize()
{
return tile_size;
}