aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/affectors/content/spritegoal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/content/spritegoal.qml')
-rw-r--r--examples/quick/particles/affectors/content/spritegoal.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/affectors/content/spritegoal.qml b/examples/quick/particles/affectors/content/spritegoal.qml
index 78b161f25b..ab108bb065 100644
--- a/examples/quick/particles/affectors/content/spritegoal.qml
+++ b/examples/quick/particles/affectors/content/spritegoal.qml
@@ -66,7 +66,7 @@ Item {
ImageParticle {
system: sys
groups: ["starfield"]
- source: "../../images/star.png"
+ source: "qrc:///particleresources/star.png"
colorVariation: 0.3
color: "white"
}
@@ -170,7 +170,7 @@ Item {
z:0
system: sys
groups: ["exhaust"]
- source: "../../images/particle4.png"
+ source: "qrc:///particleresources/fuzzydot.png"
color: "orange"
SequentialAnimation on color {