Darkboy - The Agent Training 3D (Demo)
Posted: Tue Nov 17, 2009 1:20 am
Here's the game data of Darkboy 3D...
enjoy
enjoy
Game Editor discussion board
http://game-editor.com/forum/
double X = c.x-(width/2);
double Y = c.y-(width/2);
if(abs(X-x) > 1) x = round(X);
if(abs(Y-y) > 1) y = round(Y);