added a placeholder for the animation stack stats that will be added

This commit is contained in:
amantley 2018-07-20 14:16:20 -07:00
parent 65160e4513
commit 962f3c6c53

View file

@ -167,6 +167,10 @@ Item {
text: "Position: " + root.position.x.toFixed(1) + ", " +
root.position.y.toFixed(1) + ", " + root.position.z.toFixed(1)
}
StatText {
text: "Animation Stack: " + root.position.x.toFixed(1) + ", " +
root.position.y.toFixed(1) + ", " + root.position.z.toFixed(1)
}
StatText {
text: "Speed: " + root.speed.toFixed(1)
}