blob: 13a0ef46227f1bc6cfb51fcbea7f1bba992587b7 [file] [log] [blame]
import QtQuick 2.15
Rectangle {
color: "black"
width: 320
height: 320
AnimatedSprite {
objectName: "sprite"
loops: 1
source: "squarefacesprite.png"
frameCount: 6
frameDuration: 64
width: 160
height: 160
finishBehavior: AnimatedSprite.FinishAtFinalFrame
}
}