Im Making a 2d platformer shooter youtu.be/gIZ59rJybaY <-- example
I need the bullets to go left too but they only go right
Can someone please help me with this?
Develop games in your browser. Powerful, performant & highly capable.
Bullet -> set angle -> Player.angle
Or if you don't change player angle - simply do if player mirrored - bullet set angle 180
This will work as long as Set Angle is enabled for the bullet. If it isn't, use Set Angle of Motion instead.
This Video Helped Me ALOT! youtube.com/watch
And so did you guys