Skip to content

v0.6.0

Compare
Choose a tag to compare
@chanind chanind released this 08 Feb 02:15
· 113 commits to master since this release

This release fixes a bug where if a character animation is looping, and a new character is loaded, the new character would either start looping as well or throw an error. Pointed out by @vaab

This release adds more robust error handling for loading character data, and adds onLoadCharDataSuccess and onLoadCharDataError callbacks that will be called in the event of char data loading successfully or error. More discussion at #42. Thanks again to @vaab!