Empezando a trabajar con los nuevos mapas

This commit is contained in:
2022-09-20 21:26:37 +02:00
parent 650df9baaf
commit 378f27a01e
36 changed files with 2873 additions and 938 deletions

View File

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