Colisiones básicas completadas
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user