This repository was archived by the owner on Dec 17, 2022. It is now read-only.
What's Changed
- The NineSlice can now be created with
0as size, it will then use32as default. - If the NineSlice size is below the minimum, it will still be created and will only show the error instead of aborting.
- In the latest Phaser beta (v3.60.0-beta.9),
RenderTextureis flipped if it is not defined as a sprite texture. This is now done. - The frame key must now be a string and no longer accepts a number.