- Sequencer - Module now depends on Token Ease
- Sequencer - Added the Sequencer Database to help content creators! Read more on the database documentation how to use it!
- Effects & Sounds - Added support for database entries to the
.file()method - more info can be found in the docs - Animations, Effects & Sounds - Added the following functions:
.audioVolume().fadeInAudio().fadeOutAudio()
- Effects - Added support for delays on these methods (e.g. a delay of -500 means it will finish 500ms before the end of the duration):
.rotateOut().fadeOut().scaleOut().fadeOutAudio()
- Animations - Fixed
.rotateTowards()to properly rotate towards the target without having to add an offset to properly line them up - Effects - Made effects more intelligent when determining locations when given partial object data with
_identries - Effects - Fixed issues surrounding delays and fades
- Sounds -
.fadeIn()and.fadeOut()will become deprecated in a future version, please switch to.fadeInAudio()and.fadeOutAudio()