aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/affectors/content/groupgoal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/content/groupgoal.qml')
-rw-r--r--examples/quick/particles/affectors/content/groupgoal.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/particles/affectors/content/groupgoal.qml b/examples/quick/particles/affectors/content/groupgoal.qml
index 19fa041288..cf4361eb94 100644
--- a/examples/quick/particles/affectors/content/groupgoal.qml
+++ b/examples/quick/particles/affectors/content/groupgoal.qml
@@ -124,7 +124,7 @@ Rectangle {
id: smoke
anchors.fill: parent
groups: ["smoke"]
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
colorVariation: 0
color: "#00111111"
}
@@ -132,7 +132,7 @@ Rectangle {
id: pilot
anchors.fill: parent
groups: ["pilot"]
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
redVariation: 0.01
blueVariation: 0.4
color: "#0010004f"