Empezando a trabajar con tiles animados

This commit is contained in:
2022-09-25 00:14:41 +02:00
parent 86b7b5e122
commit a5d79a0323
4 changed files with 99 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ Player::Player(player_t ini, std::string tileset, std::string animation, SDL_Ren
color = stringToColor("white");
onBorder = false;
border = BORDER_TOP;
invincible = false;
invincible = true;
alive = true;
maxFallHeight = BLOCK * 4;
paused = false;