aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/simple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/simple')
-rw-r--r--examples/particles/simple/dynamiccomparison.qml2
-rw-r--r--examples/particles/simple/dynamicemitters.qml2
-rw-r--r--examples/particles/simple/multiplepainters.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/particles/simple/dynamiccomparison.qml b/examples/particles/simple/dynamiccomparison.qml
index a7cdb9b32a..d244e0e770 100644
--- a/examples/particles/simple/dynamiccomparison.qml
+++ b/examples/particles/simple/dynamiccomparison.qml
@@ -63,7 +63,7 @@ Rectangle {
id: emitter
system: sys
width: parent.width/2
- speed: PointDirection {y: 72; yVariation: 24}
+ velocity: PointDirection {y: 72; yVariation: 24}
lifeSpan: 10000
emitRate: 1000
enabled: false
diff --git a/examples/particles/simple/dynamicemitters.qml b/examples/particles/simple/dynamicemitters.qml
index 4431ebe82e..8f007f3fdc 100644
--- a/examples/particles/simple/dynamicemitters.qml
+++ b/examples/particles/simple/dynamicemitters.qml
@@ -68,7 +68,7 @@ Rectangle {
lifeSpan: 600
size: 16
endSize: 8
- speed: AngleDirection {angleVariation:360; magnitude: 60}
+ velocity: AngleDirection {angleVariation:360; magnitude: 60}
}
property int life: 2600
diff --git a/examples/particles/simple/multiplepainters.qml b/examples/particles/simple/multiplepainters.qml
index c1b85caa2d..62a254812d 100644
--- a/examples/particles/simple/multiplepainters.qml
+++ b/examples/particles/simple/multiplepainters.qml
@@ -61,7 +61,7 @@ Rectangle {
emitRate: 200
lifeSpan: 4000
startTime: 4000
- speed: PointDirection { y: -120; }
+ velocity: PointDirection { y: -120; }
}
ImageParticle {