Pasaeta de linters

This commit is contained in:
2025-08-06 13:05:04 +02:00
parent 8ed2dbcd4f
commit 1224af2a9b
40 changed files with 623 additions and 592 deletions

View File

@@ -35,8 +35,7 @@ void MovingSprite::clear() {
}
// Elimina el movimiento del sprite
void MovingSprite::stop()
{
void MovingSprite::stop() {
x_ = 0.0F; // Posición en el eje X
y_ = 0.0F; // Posición en el eje Y