Ya funcionan las notificaciones

This commit is contained in:
2022-11-19 10:28:15 +01:00
parent 1b49097f80
commit bc84968b23
5 changed files with 24 additions and 20 deletions

View File

@@ -21,9 +21,9 @@ Game::Game(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *as
this->options = options;
#ifdef DEBUG
currentRoom = "02.room";
const int x1 = 20;
const int y1 = 6;
currentRoom = "01.room";
const int x1 = 25;
const int y1 = 13;
spawnPoint = {x1 * 8, y1 * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};
#endif