aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/MinehuntCore/Explosion.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/minehunt/MinehuntCore/Explosion.qml')
-rw-r--r--examples/declarative/minehunt/MinehuntCore/Explosion.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/minehunt/MinehuntCore/Explosion.qml b/examples/declarative/minehunt/MinehuntCore/Explosion.qml
index 5413652f13..0983b68db4 100644
--- a/examples/declarative/minehunt/MinehuntCore/Explosion.qml
+++ b/examples/declarative/minehunt/MinehuntCore/Explosion.qml
@@ -53,10 +53,10 @@ Item {
}
Emitter {
id: particles
- emitting: false
+ enabled: false
anchors.centerIn: parent
group: "star"
- speed: AngledDirection { angleVariation: 360; magnitude: 150; magnitudeVariation: 50 }
+ speed: AngleDirection { angleVariation: 360; magnitude: 150; magnitudeVariation: 50 }
emitRate: 200
z: 100
lifeSpan: 1000