In my game I have a normal HUD with a healthbar, pause menu and whatnot. I made an Arrow sprite that I want to point at a location at all times. I tried this:
System Every tick- set angle to location
But it didn't work. How should I go about this?
Develop games in your browser. Powerful, performant & highly capable.
You must set angle towards to X= location.x and Y = location.Y