This commit is contained in:
2024-10-26 08:11:30 +02:00
parent 24d09a2e3c
commit bffd2bdace
14 changed files with 32 additions and 156 deletions

View File

@@ -34,18 +34,6 @@ void SmartSprite::setDestY(int y)
dest_y_ = y;
}
// Obtiene el valor de la variable
int SmartSprite::getDestX() const
{
return dest_x_;
}
// Obtiene el valor de la variable
int SmartSprite::getDestY() const
{
return dest_y_;
}
// Comprueba el movimiento
void SmartSprite::checkMove()
{