Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

v1.0.0

Choose a tag to compare

@teampanfu teampanfu released this 15 Apr 01:57
· 19 commits to main since this release

First release!

This plugin is based on phaser3-nineslice by @jdotrjs.

Here is a list of pretty much all the changes compared to the other plugin:

  • The folder structure has been refreshed.
  • The code has been cleaned up, improved and bugs have been fixed.
  • The TypeScript definition has been completed (hopefully).
  • The dependencies have been updated and many have been removed.
  • Webpack configuration has been optimized, including Dev Server for the example (also refreshed).
  • The README has been rewritten, but is not perfect yet!

Some major changes:

  • minSizing has been removed. Instead, the offsets now determine the minimum size.
  • Safe area has been removed. I could not see any use for it.
  • Removed murmur, instead it now uses the texture key and frame for a unique name in the cache.

Feel free to use the plugin and report any bugs you can find.