fallenshadow Posted March 23, 2017 Share Posted March 23, 2017 Hi all, So I'm doing a 2D shooter and at the moment I have it so a bullet is fired from my gun. However, I want a much better system for this where I can fully define a weapon and its parameters. Eg: Beretta = { firerate: 1 clipsize: 9 clips: 3 velocity: 200 vertical_angle_variance: 2 bulletDamage: 10 } How would I achieve this in Phaser? Link to comment Share on other sites More sharing options...
Alexalten Posted March 23, 2017 Share Posted March 23, 2017 Hi, a lot of time ago, in an old post I've found this link: I hope it can help you! Bye, Alex FakeWizard 1 Link to comment Share on other sites More sharing options...
Recommended Posts