aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/spritesequence.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/imageelements/spritesequence.qml')
-rw-r--r--examples/quick/imageelements/spritesequence.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/quick/imageelements/spritesequence.qml b/examples/quick/imageelements/spritesequence.qml
index b017ade229..a047b22fbc 100644
--- a/examples/quick/imageelements/spritesequence.qml
+++ b/examples/quick/imageelements/spritesequence.qml
@@ -75,7 +75,7 @@ Item {
//! [still]
Sprite {
name: "still"
- source: "content/BearSheet.png"
+ source: "pics/BearSheet.png"
frameCount: 1
frameWidth: 256
frameHeight: 256
@@ -85,7 +85,7 @@ Item {
//! [still]
Sprite {
name: "blink"
- source: "content/BearSheet.png"
+ source: "pics/BearSheet.png"
frameCount: 3
frameX: 256
frameY: 1536
@@ -96,7 +96,7 @@ Item {
}
Sprite {
name: "floating"
- source: "content/BearSheet.png"
+ source: "pics/BearSheet.png"
frameCount: 9
frameX: 0
frameY: 0
@@ -107,7 +107,7 @@ Item {
}
Sprite {
name: "flailing"
- source: "content/BearSheet.png"
+ source: "pics/BearSheet.png"
frameCount: 8
frameX: 0
frameY: 768
@@ -118,7 +118,7 @@ Item {
}
Sprite {
name: "falling"
- source: "content/BearSheet.png"
+ source: "pics/BearSheet.png"
frameCount: 5
frameY: 1280
frameWidth: 256