All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Tracking if the scene ran using 'hasRun' property
- Destroy function in scenes, called at removing a scene that ran
- Init is now called at first run instead of after adding to manager
- Stopping scenes
- Removing scenes
- Getting active scene name
- Retrieving a list of scene names
- Some code docs
- Seperate build output for ESM to support usage as module
- Library now accessible from under the PIXI namespace to be consistent with other plugins
- Rename from states to scenes
- Corrected deltatime in update
- Basic setup of the plugin to be used as a seperate module