aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/imageparticle/deformation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/imageparticle/deformation.qml')
-rw-r--r--examples/particles/imageparticle/deformation.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/particles/imageparticle/deformation.qml b/examples/particles/imageparticle/deformation.qml
index e282927e78..0fca37e3e1 100644
--- a/examples/particles/imageparticle/deformation.qml
+++ b/examples/particles/imageparticle/deformation.qml
@@ -52,7 +52,7 @@ Rectangle {
groups: ["goingLeft", "goingRight"]
source: "../images/starfish_4.png"
rotation: 90
- rotationSpeed: 90
+ rotationVelocity: 90
autoRotation: true
}
ImageParticle {
@@ -89,7 +89,7 @@ Rectangle {
system: sys
enabled: false
group: "goingRight"
- speed: PointDirection { x: 100 }
+ velocity: PointDirection { x: 100 }
lifeSpan: 4000
emitRate: 1
size: 128
@@ -101,7 +101,7 @@ Rectangle {
system: sys
enabled: false
group: "goingLeft"
- speed: PointDirection { x: -100 }
+ velocity: PointDirection { x: -100 }
lifeSpan: 4000
emitRate: 1
size: 128
@@ -113,7 +113,7 @@ Rectangle {
system: sys
enabled: false
group: "goingDown"
- speed: PointDirection { x: 100 }
+ velocity: PointDirection { x: 100 }
lifeSpan: 4000
emitRate: 1
size: 128