Colisiones básicas completadas

This commit is contained in:
2022-08-17 13:26:22 +02:00
parent a6d6f2854e
commit 9bd1e9b936
11 changed files with 115 additions and 41 deletions

View File

@@ -37,8 +37,8 @@ private:
SDL_Texture *map_texture; // Textura para dibujar el mapa de la habitación
int tile_width; // Ancho del tile en pixels
int map_width; // Alto del mapa en tiles
int map_height; // Ancho del mapa en tiles
int map_width; // Ancho del mapa en tiles
int map_height; // Alto del mapa en tiles
// Carga las variables desde un fichero
bool load(std::string file);