diff options
Diffstat (limited to 'include/weather.hpp')
-rw-r--r-- | include/weather.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/weather.hpp b/include/weather.hpp index 0820871..8e148dd 100644 --- a/include/weather.hpp +++ b/include/weather.hpp @@ -56,7 +56,7 @@ public: newPartDelay = 0; partSystem.add(vec2(offset.x - game::SCREEN_WIDTH + randGet() % game::SCREEN_WIDTH * 2, offset.y + game::SCREEN_HEIGHT / 2 + 50), - ParticleType::Confetti, 6000, 0); + ParticleType::Confetti, 10000, 0); } break; default: |