Two main GUI elements are placed for the left side status and the bottom combat UIs.

This commit is contained in:
Zed A. Shaw 2025-02-12 17:55:21 -05:00
parent 1790eec697
commit be4d0d51de
4 changed files with 123 additions and 27 deletions

View file

@ -32,7 +32,7 @@ constexpr int WALL_LIGHT_LEVEL = 3;
constexpr int WORLDBUILD_DIVISION = 4;
constexpr int WORLDBUILD_SHRINK = 2;
constexpr int WORLDBUILD_MAX_PATH = 200;
constexpr int UI_FONT_SIZE=30;
constexpr int UI_FONT_SIZE=20;
constexpr int BASE_MAP_FONT_SIZE=90;
constexpr int GAME_MAP_PIXEL_POS = 600;
constexpr int MAX_FONT_SIZE = 140;