Añadido movimiento por las habitaciones con WASD

This commit is contained in:
2022-11-07 13:59:06 +01:00
parent 81eeb1776a
commit 61b19a5699
3 changed files with 31 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ private:
// Obtiene la cantidad total de items que hay en el mapeado del juego
int getTotalItems();
// Va a la habitación designada
void goToRoom(int border);
public:
// Constructor
Game(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *asset, options_t *options, Input *input, Debug *debug);