- Add
setTint
,setTintFill
andclearTint
methods to be able to change tint.
- Now NinePatch class extends Phaser.GameObjects.Container instead of Phaser.GameObjects.RenderTexture to not add additional draws and calls.
- Minor fixings.
- Minor fixings.
- Fix canvas rendering issue.
- Add
setTexture
andsetFrame
methods to be able to change texture and/or frame dynamically (see #18).
- Fix
addToScene
to be optional for nine patch creator.
- fixed resize method to be chainable