I want to make "Planet Scene" mod, and one question..>
Can I make in CC B22 Round gravitation? 
 I want to made round planet with gravitation in the middle. On the schedule, round line can been made by 
(X-a)^2+(Y-b)^2=R^2 where is R-radius, (X,Y) points on the around line and (A,B)- centre point. But where i can put it in the text i don't know.  
// Gravity acceleration, m/s^2
	GlobalAcceleration = Vector
		X = 0
		Y = 19.82Because here it is numbers, but i need to made from that linear equation. I think these will be interesting thing.  
