A barely working tool to find font characters and pick their color.
This commit is contained in:
parent
6b3ce5eb3d
commit
0edd948101
17 changed files with 406 additions and 72 deletions
|
@ -12,3 +12,8 @@ const int WALL_LIGHT_LEVEL = 3;
|
|||
const int WORLDBUILD_DIVISION = 4;
|
||||
const int WORLDBUILD_SHRINK = 2;
|
||||
const int WORLDBUILD_MAX_PATH = 200;
|
||||
const int GAME_MAP_POS = 600;
|
||||
const int MAX_FONT_SIZE = 140;
|
||||
const int MIN_FONT_SIZE = 20;
|
||||
const int SCREEN_WIDTH = 40;
|
||||
const int SCREEN_HEIGHT = 30;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue