- Add
setTint,setTintFillandclearTintmethods 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
setTextureandsetFramemethods to be able to change texture and/or frame dynamically (see #18).
- Fix
addToSceneto be optional for nine patch creator.
- fixed resize method to be chainable