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

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.9 to 3.1.11. Release notes Sourced from webpack-dev-server's releases. v3.1.11 3.1.11 (2018-12-21) Bug Fixes bin/options: correct check for color support (options.color) (#1555) (55398b5) package: update spdy v3.4.1...4.0.0...

dependencies

> Edit from @jdotrjs > From [a comment](https://github.com/jdotrjs/phaser3-nineslice/issues/16#issuecomment-678687011) it looks like this is a phaser bug but there seems to be a work around included in the link. Hello! I...

bug

import each phaser module individually, aka deep-import. this is a good practice, makes tree shaking unnecessary, and dramatically decreases bundle size. on my setup, this change made the main bundle...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

I downloaded the example code from this repository and tried it with different versions of phaser 3. And it seems that it's not working with the version 3.17.0 as you...

I mean the file size. even minimized it still has 12kb. our environment only has 4mb space, and Phaser takes 800+kb. I think for the murmurhash we can just use...

My expectation would be that slices which have transparency would allow for the background to show through. A bit of toying around with it suggests that maybe isn't the case....

enhancement