Adoranda/include/define.h

5 lines
135 B
C
Raw Normal View History

2021-08-08 01:43:26 +02:00
/*the x radius the player is able to see*/
#define PLAYER_VIEW_X 13
/*the y radius the player is able to see*/
#define PLAYER_VIEW_Y 7