Arreglado un bug a la hora de buscar por nombre los recursos

This commit is contained in:
2022-10-31 20:07:41 +01:00
parent a354104c8c
commit 83977ed22c
4 changed files with 33 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ Game::Game(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *as
// ****
// this->debug->setEnabled(true);
currentRoom = "06.room";
const int x = 30;
currentRoom = "25.room";
const int x = 28;
const int y = 13;
spawnPoint = {x * 8, y * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};
// ****