aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml')
-rw-r--r--examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml b/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml
index 724cb34a2e..1ca5ff54ce 100644
--- a/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml
+++ b/examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml
@@ -128,19 +128,19 @@ Item {
name: "spinning"
source: "pics/meteor.png"
frames: 35
- duration: 40
+ frameDuration: 40
to: {"death":0, "spinning":1}
},Sprite {
name: "death"
source: "pics/meteor_explo.png"
frames: 22
- duration: 40
+ frameDuration: 40
to: {"null":1}
}, Sprite {
name: "null"
source: "pics/nullRock.png"
frames: 1
- duration: 1000
+ frameDuration: 1000
}
]
}