Gif
## object name, you can set this to anything that is unique
gif1:
## object type, in this case gif
type: gif
## x and y positions relative to the parent
position: 0 0
## width and height of the object (auto uses the dimensions from the gif file)
size: auto auto
## gif properties
gif:
## the name of the gif file in images folder
name: 'gif1.gif'
## should the gif reset when a scene is loaded
reset: true
## should the gif run at 20fps instead of 10fps
fast: false
## should gif be only played once and pause
play-once: false
## is the gif paused
paused: falseLast updated