phaser3-weapon-plugin
phaser3-weapon-plugin copied to clipboard
Weapon Plugin for Phaser 3, ported from the one included in Phaser CE
Hey, using your plugin and wired together the basic 'on mouse pressed' example that fires some random bullets. IE: ``` if (this.input.activePointer.isDown) { this.weapon.fire(); } ``` so that works fine....
Bumps [webpack](https://github.com/webpack/webpack) from 5.58.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...