mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Don't apply gravity to rain
It makes the rain look wacky.
This commit is contained in:
parent
b95388a5b9
commit
58b2ae1f06
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ Item {
|
||||||
|
|
||||||
Gravity {
|
Gravity {
|
||||||
system: particleSystem
|
system: particleSystem
|
||||||
|
groups: ["confetti"]
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
magnitude: 350
|
magnitude: 350
|
||||||
angle: 90
|
angle: 90
|
||||||
|
|
Loading…
Reference in a new issue