aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/imageparticle/content/colored.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/imageparticle/content/colored.qml')
-rw-r--r--examples/quick/particles/imageparticle/content/colored.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/imageparticle/content/colored.qml b/examples/quick/particles/imageparticle/content/colored.qml
index 939ec7e437..236cc0f372 100644
--- a/examples/quick/particles/imageparticle/content/colored.qml
+++ b/examples/quick/particles/imageparticle/content/colored.qml
@@ -50,7 +50,7 @@ Rectangle {
ImageParticle {
groups: ["stars"]
anchors.fill: parent
- source: "../../images/star.png"
+ source: "qrc:///particleresources/star.png"
}
Emitter {
group: "stars"
@@ -64,7 +64,7 @@ Rectangle {
// ![0]
ImageParticle {
anchors.fill: parent
- source: "../../images/star.png"
+ source: "qrc:///particleresources/star.png"
alpha: 0
alphaVariation: 0.2
colorVariation: 1.0