working on a top-down project for mobile play. i have both touch joysticks set up, the left controls movement. I want the right joystick to swivel/rotate player. So far, I know it should look like this: system > every tick > turret > set angle.
how do I fill out the set angle part to make it match the right touch joystick?
This is the part I need help filling out. I don't know what to put here. I tried copy past, tried YouTube, forums, basically haven't found anything that helps. I might even be doing it wrong
Instead of "Set angle towards position" use "Set angle" action.
Angle: angle(thumbpad2.x, thumbpad2.y, leash2.x, leash.y)
Develop games in your browser. Powerful, performant & highly capable.
dop2000
Omg,that came in clutch. man I really appreciate that,I've been banging my head on table trying to figure it out for hours. The closest I got was a fuzzy mirror image.🫡🙏