fix: la powerball con quantum effect no feia roido al explotar

This commit is contained in:
2025-07-15 08:18:05 +02:00
parent aa195b8cf4
commit 6329283124
3 changed files with 3 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ Balloon::Balloon(float x, float y, BalloonType type, BalloonSize size, float vel
constexpr int index = 3;
h_ = w_ = BALLOON_SIZE[4];
bouncing_sound_ = BALLOON_BOUNCING_SOUND[3];
popping_sound_ = "power_ball_explosion.wav";
power_ = score_ = menace_ = 0;
vy_ = 0;