Quote:
|
Originally Posted by Geesu
Awesome thanks, this will get me started  Is there a downside to going off the map ??
|
No, I guess it should really be
Code:
// dist between center and shortest point of each wall
#define ROOM_RADIUS 100.0
// limits of the map
#define MAP_MAX 4096.0 - ROOM_RADIUS
__________________