/*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 #define TILE_SIZE 16