summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-03-29 12:47:17 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2023-04-08 18:59:17 -0400
commit5df7a8b2a7cb4fc72a79e2ef24de586f3baaf633 (patch)
treea7e6a399a5557a74b44b816fe9907f860e4e87ac
parentDon't apply gravity to rain (diff)
downloadnheko-5df7a8b2a7cb4fc72a79e2ef24de586f3baaf633.tar.xz
Rain, rain, go away sooner
-rw-r--r--resources/qml/ui/TimelineEffects.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ui/TimelineEffects.qml b/resources/qml/ui/TimelineEffects.qml
index 1594aaac..aaff04a0 100644
--- a/resources/qml/ui/TimelineEffects.qml
+++ b/resources/qml/ui/TimelineEffects.qml
@@ -15,7 +15,7 @@ Item {
 
     function pulseRainfall()
     {
-        rainfallEmitter.pulse(parent.height * 7.5)
+        rainfallEmitter.pulse(parent.height * 3.3)
     }
 
     ParticleSystem {