Now have a configurable displayable tilemap to do better tiles.

This commit is contained in:
Zed A. Shaw 2024-12-24 01:36:25 -05:00
parent b66a3154c7
commit 7fe6ad174d
10 changed files with 40 additions and 16 deletions

View file

@ -18,3 +18,4 @@ const int MIN_FONT_SIZE = 20;
const int SCREEN_WIDTH = 40;
const int SCREEN_HEIGHT = 30;
#define FONT_FILE_NAME "./assets/text.otf"
#define TILE_MAP_CONFIG "./assets/tiles.json"