I would like to make a bullet fly 175 to 195 degrees when I spawn it. I would like to make it fly in a random angle but it has to be between those 2 numbers.
Thank you.
Develop games in your browser. Powerful, performant & highly capable.
Set the angle to random(175,195)
Or 185+random(-10,10)
or 175+random(0,20)
newt showoff...