forked from jaildesigner-jailgames/jaildoctors_dilemma
Arreglado un bug a la hora de buscar por nombre los recursos
This commit is contained in:
@@ -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};
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user