From: Alan Alpert Date: Fri, 3 Feb 2012 07:07:48 +0000 (+1000) Subject: Update BearWhack sprites X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7a3d6f0396ff8ecddbf9891f60db6893d88b5f11;p=konrad%2Fqtdeclarative.git Update BearWhack sprites Missed the API change on duration Change-Id: I64abcdad3f0e9554f797868761a06b9ed8662762 Reviewed-by: Martin Jones --- diff --git a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml index 54dd934..05d74ab 100644 --- a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml +++ b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml @@ -154,7 +154,7 @@ ParticleSystem { frames: 9 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"still":0, "flailing":0} }, Sprite{ @@ -163,7 +163,7 @@ ParticleSystem { frames: 8 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"falling":1} }, Sprite{ @@ -172,7 +172,7 @@ ParticleSystem { frames: 5 frameWidth: 256 frameHeight: 256 - duration: 80 + frameDuration: 80 to: {"falling":1} } ]