Añadiendo enemigos

This commit is contained in:
2022-09-16 16:55:57 +02:00
parent 06cb1e748d
commit 93bf8cecb7
12 changed files with 257 additions and 5 deletions

View File

@@ -24,8 +24,10 @@ Game::Game(SDL_Renderer *renderer, Screen *screen, Asset *asset, Input *input, D
// currentRoom = "06.room";
// spawnPoint = {14 * 8, 9 * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};
currentRoom = "04.room";
spawnPoint = {9 * 8, 11 * 8, 0, 0, 0, s_standing, SDL_FLIP_HORIZONTAL};
currentRoom = "13.room";
const int x = 28;
const int y = 13;
spawnPoint = {x * 8, y * 8, 0, 0, 0, s_standing, SDL_FLIP_NONE};
// ****
// Crea los objetos