It looks like you're new here. If you want to get involved, click one of these buttons!
local function cAngle(x) local a = math.fmod(x, 360) if (a < 0) then a = a + 360 end return a end
Comments
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive