phaser3-nineslice icon indicating copy to clipboard operation
phaser3-nineslice copied to clipboard

A Nineslice plugin for Phaser 3

Results 35 phaser3-nineslice issues
Sort by recently updated
recently updated
newest added

I added a seemingly unrelated asset to my TexturePacker atlas and my 9slice object seemed to corrupt. After a bit of noodling I realised that the additional asset had caused...

enhancement
good first issue

If trying to use this plugin on phaser

enhancement
good first issue

Hit this dealing with a 9x9 frame (attached) and using a uniform offset of 2. ![sm_healthbar](https://user-images.githubusercontent.com/37101247/42192299-d73ded1e-7e1c-11e8-90dc-e5ec5cc9f032.png) When rendered it produced the following frame: ![ex](https://user-images.githubusercontent.com/37101247/42192339-1e732fa0-7e1d-11e8-8533-271cf738be03.png) When used offsets of 3 it...

bug
good first issue

Currently direct updates on .height/.width will cause traditional scaling instead of 9slice scaling. Ideally changing size like that would be supported behavior.

enhancement

``` const textBg = scene.add.nineslice( 0, 0, 74, 74, {key: 'nineimages', frame: 'bg-assets.png'}, [1,36], ); ``` set textBg width to 500 ``` textBg.setSize(500,50) ``` left and right is not semi-circle....