Skip to content

Releases: florisdh/pixi-scenes

Init and Destroy

16 Sep 21:23
1e7879d
Compare
Choose a tag to compare
  • Tracking if the scene ran using 'hasRun' property
  • Init is now called at first run instead of after adding to manager
  • Destroy function in scenes, called at removing a scene that ran

Scene updates

12 Sep 21:53
81286aa
Compare
Choose a tag to compare
  • Stopping scenes
  • Removing scenes
  • Getting active scene name
  • Retrieving a list of scene names
  • Some code docs

Extending PIXI namespace

03 Sep 15:23
Compare
Choose a tag to compare
  • 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

19 Jul 11:15
Compare
Choose a tag to compare
  • Fixed deltatime in update
  • Reworked build pipeline
  • Rename to scenes
  • Basic README with examples