diff options
author | mae <qt-info@nokia.com> | 2009-11-26 12:46:20 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2009-11-26 12:46:39 (GMT) |
commit | aa54284a9793b980097053297affee8ca197297d (patch) | |
tree | 107abd548c27556e009afa6b2b71afc8959cdd14 /demos | |
parent | 96363242c9a6edd00a5c4f585e93cfb4ba15a371 (diff) | |
download | Qt-aa54284a9793b980097053297affee8ca197297d.zip Qt-aa54284a9793b980097053297affee8ca197297d.tar.gz Qt-aa54284a9793b980097053297affee8ca197297d.tar.bz2 |
reenable particles effect for the cookie
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/snake/Cookie.qml | 2 | ||||
-rw-r--r-- | demos/declarative/snake/pics/yellowStar.png | bin | 0 -> 276 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/snake/Cookie.qml b/demos/declarative/snake/Cookie.qml index d1577ca..7f0aadf 100644 --- a/demos/declarative/snake/Cookie.qml +++ b/demos/declarative/snake/Cookie.qml @@ -33,7 +33,7 @@ Item { lifeSpan: 700; lifeSpanDeviation: 600; angle: 0; angleDeviation: 360; velocity: 100; velocityDeviation:30; - source: "pics/greenStar.png"; + source: "pics/yellowStar.png"; } states: [ diff --git a/demos/declarative/snake/pics/yellowStar.png b/demos/declarative/snake/pics/yellowStar.png Binary files differnew file mode 100644 index 0000000..52fb9c4 --- /dev/null +++ b/demos/declarative/snake/pics/yellowStar.png |