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

@@ -2,10 +2,6 @@
#include "moving_sprite.h" // Para MovingSprite
class Texture; // lines 2-2
// Constructor
SmartSprite::SmartSprite(std::shared_ptr<Texture> texture)
: AnimatedSprite(texture) {}
// Actualiza la posición y comprueba si ha llegado a su destino
void SmartSprite::update()
{