phaser3-nineslice

A Nineslice plugin for Phaser 3

OTHER License

Downloads
516
Stars
108
Committers
7

Bot releases are visible (Hide)

phaser3-nineslice - v0.5.0 - Bluebird Latest Release

Published by jdotrjs over 5 years ago

@jdotrjs is lazy, Long Live The Community! (specifically @PatrickSachs)

I had been meaning to add Typescript defs for a long time and even went to the effort of learning it for a non-trivial library (cf. phaser3-hadoken) but never got around to actually bringing that knowledge back to nineslice. I think I was afraid of the other stuff I would need to clean up when I got back.

IN ANY CASE.

@PatrickSachs was kind enough to do this for us so I'm happy to release Bluebird (v0.5.0) into the wild with new and improved typescript .d.ts files.

โค๏ธ ๐Ÿฆ

phaser3-nineslice - v0.4.0 - Avocet

Published by jdotrjs about 6 years ago

I've given up on ever having a "complete" release as I should have long ago. That means we get a naming scheme! We're going to start with types of ๐Ÿฆ. In any case...

Introducing Avocet!

I've been super distrated by my day job recently so completely missed the RenderTexture updates that came with 3.12. @B3L7 and @fielding both deserve a huge thanks for 1) spotting the break and 2) submitting a fix. โค๏ธ. There is no project swag so my eternal gratitude will have to suffice.

Closed Issues

  • #13: t.save is not a function
phaser3-nineslice - v0.3.7 - Patch frame cache bug

Published by jdotrjs about 6 years ago

This patches a bug introduced with the frame cache used in v0.3.6.

phaser3-nineslice - v0.3.6

Published by jdotrjs over 6 years ago

Fixes #6 / #11

This improves support for using nineslice elements when backed by a sprite atlas.

My patron saint of sprite atlas bugs remains DannyT who reported this issue and actually got me moving to fix it.

phaser3-nineslice - Nine Slice v0.3.5 - Definitive Edition

Published by jdotrjs over 6 years ago

I should come up with a release name system but I keep being pretty sure "this time it's the final version."

Anyway, I'm pretty sure this time it's the final version ๐Ÿ˜.

This change resolves #5 (frame selection within an atlas). Many thanks to DannyT from the Discord server for reporting it.

phaser3-nineslice - Nine Slice: Bug fixes!

Published by jdotrjs over 6 years ago

v0.3.2 Is released which fixes a bug where frame 0 was treated as if not specifying a frame. This is the first externally reported bug so ๐ŸŽ‰ and a huge thanks to Fabadiculous for filing the issue.

Hack on!

phaser3-nineslice - phaser3-nineslice, now with a unified build!

Published by jdotrjs over 6 years ago

No functional changes but the distributed .js can now be used directly or via module system. Major thanks to AleBles who did the digging to fix this (cf. #3)

Examples and README have been updated to reflect the new, better, world.

phaser3-nineslice - NineSlice Plugin: first public release

Published by jdotrjs over 6 years ago

For direct inclusion in your HTML use the attached nineslice-sa.js.

It's also available via npm at phaser3-nineslice!

Enjoy!

phaser3-nineslice - Initial functional release!

Published by jdotrjs over 6 years ago

Still working through the details but it's definitely usable at this point.

Instructions for using in your project available in the README.