Trabajando en la recarga de recursos

This commit is contained in:
2022-11-07 19:13:58 +01:00
parent 8ae821733c
commit a36378f98c
15 changed files with 95 additions and 38 deletions

View File

@@ -101,7 +101,7 @@ void Game::checkEventHandler()
break;
case SDL_SCANCODE_R:
resource->reLoadRooms();
resource->reLoad();
break;
case SDL_SCANCODE_M: