Adoranda/include/define.h

8 lines
210 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 8
/*the width of the tileset*/
#define TILESET_WIDTH 29
2021-08-19 02:29:51 +02:00
#define TILE_SIZE 16