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

@@ -67,7 +67,7 @@ public:
t_tile_map getTile(SDL_Point p);
// Devuelve el valor de la variable
int getTileWidth();
int getTileSize();
};
#endif