Trabajando con las animaciones del jugador

This commit is contained in:
2022-09-29 14:02:13 +02:00
parent 15b73f1d2c
commit e46a346d20
13 changed files with 38 additions and 7 deletions

View File

@@ -22,13 +22,8 @@ Player::Player(float x, int y, LTexture *textureLegs, LTexture *textureBody, LTe
Player::~Player()
{
delete mSpriteLegs;
mSpriteLegs = nullptr;
delete mSpriteBody;
mSpriteBody = nullptr;
delete mSpriteHead;
mSpriteHead = nullptr;
}
// Iniciador