Codi preparat per als dibuixets nous per a la intro

This commit is contained in:
2025-03-09 18:30:14 +01:00
parent 72cb39da78
commit e0c10f83d6
13 changed files with 82 additions and 91 deletions

View File

@@ -28,7 +28,7 @@ MovingSprite::MovingSprite(std::shared_ptr<Texture> texture)
rotate_(Rotate()),
zoom_w_(1.0f),
zoom_h_(1.0f),
flip_(SDL_FLIP_NONE) { Sprite::clear(); }
flip_(SDL_FLIP_NONE) {Sprite::clear(); }
// Reinicia todas las variables
void MovingSprite::clear()