PixelProgrammer Posted February 21, 2017 Share Posted February 21, 2017 Hi there, I want to build a shotgun weapon for my game. This shotgun would shoot 3 (or more) bullets in a conical angle. However, from what I see, Phaser.Weapon only fires one bullet at a time. What do I do in order to get the weapon to fire 3 bullets consecutively Link to comment Share on other sites More sharing options...
samme Posted February 21, 2017 Share Posted February 21, 2017 Phaser.Weapon#multifire You need Phaser CE. Link to comment Share on other sites More sharing options...
PixelProgrammer Posted February 21, 2017 Author Share Posted February 21, 2017 @samme I saw that on another thread but was unsure of what it was. Could you please explain or give me a list of what Phaser CE is and how I'd implement it? Link to comment Share on other sites More sharing options...
samme Posted February 21, 2017 Share Posted February 21, 2017 photonstorm/phaser-ce#whats-new Link to comment Share on other sites More sharing options...
PixelProgrammer Posted February 21, 2017 Author Share Posted February 21, 2017 @samme Thank you. However, I'm afraid I won't be able to use the CE since I've already built most of my game on the official version. Do you think there's another way I could fire multiple bullets at the same time? Link to comment Share on other sites More sharing options...
Recommended Posts