Hello Fellow Devs / Out,
I have been working on a radar, however the rotation for entities is still kind of... crazy
the code im using:
double radians = memory.angle(player, x, y);
radians = -(radians / 180.0 * Math.PI);
public static ILocation2D RotateAroundOrigin2D(double...