forked from jaildesigner-jailgames/jaildoctors_dilemma
Arreglado un fallo en el salto al cambiar de pantalla hacia arriba
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
Game::Game(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Lang *lang, Input *input)
|
||||
{
|
||||
// Inicia variables
|
||||
mCurrentRoom = "01.room";
|
||||
mSpawnPoint = {2 * 8, 12 * 8, 0, 0, 0, STATUS_STANDING, SDL_FLIP_NONE};
|
||||
mCurrentRoom = "02.room";
|
||||
mSpawnPoint = {2 * BLOCK, 12 * BLOCK, 0, 0, 0, STATUS_STANDING, SDL_FLIP_NONE};
|
||||
mDebug = false;
|
||||
|
||||
// Copia los punteros
|
||||
|
||||
Reference in New Issue
Block a user