Releases: florisdh/pixi-scenes
Releases · florisdh/pixi-scenes
Init and Destroy
Scene updates
- Stopping scenes
- Removing scenes
- Getting active scene name
- Retrieving a list of scene names
- Some code docs
Extending PIXI namespace
- Library now accessible from under the PIXI namespace to be consistent with other plugins
- Seperate build output for ESM to support usage as module
Working scenes
- Fixed deltatime in update
- Reworked build pipeline
- Rename to scenes
- Basic README with examples