Modificados algunos mapas con los nuevos tiles

This commit is contained in:
2022-09-21 19:39:23 +02:00
parent d31ab28a12
commit 5f99fe3550
28 changed files with 483 additions and 367 deletions

View File

@@ -17,8 +17,8 @@ Player::Player(SDL_Renderer *renderer, Asset *asset, Input *input, Map *map)
w = 16;
h = 24;
x = 3 * 16;
y = 20;
x = 8 * map->getTileSize();
y = 20 * map->getTileSize();
vx = 0;
vy = 0;
lastPosition = {(int)x, (int)y};