Hi in my game i need to shoot multiple bullets in different directions i did a little sketch, how can i achieve this?
Develop games in your browser. Powerful, performant & highly capable.
What's the problem?
Spawn one bullet, set its angle of motion to (character.angle-30), spawn another bullet, set angle of motion to (character.angle), spawn third bullet set angle of motion to (character.angle+30)
Thanks, SOLVED !