aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/customparticle/blurparticles.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-19 18:17:55 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-21 04:12:18 +0200
commit631d172c604d168969f2eeb33c4b876f237ffea0 (patch)
treee69f8c055fcd7339d5620d620bd2267f57cc8fe9 /examples/declarative/particles/customparticle/blurparticles.qml
parent080a1f3ff328005b78f89381c8d9faf4b0b8e16c (diff)
Replace Smiles with Starfish
And a bear. Change-Id: I9809bca1664a7fe1aa6734edc986440b6ca2a63c Reviewed-by: Martin Jones <martin.jones@nokia.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/declarative/particles/customparticle/blurparticles.qml')
-rw-r--r--examples/declarative/particles/customparticle/blurparticles.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/particles/customparticle/blurparticles.qml b/examples/declarative/particles/customparticle/blurparticles.qml
index 9767818bd3..9a18be4bb2 100644
--- a/examples/declarative/particles/customparticle/blurparticles.qml
+++ b/examples/declarative/particles/customparticle/blurparticles.qml
@@ -54,7 +54,7 @@ Rectangle {
emitRate: 1
lifeSpan: 12000
speed: PointDirection {x:20;}
- size: 64
+ size: 128
}
ShaderEffectSource {
id: theSource
@@ -63,7 +63,7 @@ Rectangle {
}
Image {
id: theItem
- source: "../images/smile.png"
+ source: "../images/starfish_1.png"
}
CustomParticle {