new: el jugador explota els globos per contacte si estos estan parats

This commit is contained in:
2025-07-14 14:08:08 +02:00
parent de560ee7e2
commit 3d26a3022c
5 changed files with 36 additions and 17 deletions

View File

@@ -274,4 +274,4 @@ void AnimatedSprite::loadFromAnimationsFileBuffer(const AnimationsFileBuffer &so
void AnimatedSprite::setAnimationSpeed(size_t value)
{
animations_[current_animation_].speed = value;
}
}