Añadidas las pantallas de P.A.C.O.

This commit is contained in:
2022-10-22 09:56:34 +02:00
parent 053992de98
commit 39c7fbc3b9
6 changed files with 150 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ Game::Game(SDL_Renderer *renderer, Screen *screen, Asset *asset, Input *input, D
// ****
// this->debug->setEnabled(true);
currentRoom = "01.room";
currentRoom = "53.room";
const int x = 30;
const int y = 13;
spawnPoint = {x * 8, y * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};