qrc:/qml/FelgoGames/sprites/GameSprite.qml:72: QML Sprite: Cannot open: qrc:/qml/FelgoGames/sprites/bird.png
Just try to use sprite in sequence like:
GameSpriteSequence {
id: bird
anchors.centerIn: parent
GameSprite {
frameCount: 3
frameRate: 10
frameWidth: 34
frameHeight: 24
source: "bird.png"
}
}
no matter what do you set in source:
you’ll get qrc:/qml/FelgoGames/sprites prefix
but in classical Image
it’s work fine and search file in project dir