Map tiles are generating fine, and I can make a map, now to bring it into the game and see how it works.

This commit is contained in:
Zed A. Shaw 2025-07-11 22:38:08 -04:00
parent 5db3d1a306
commit 3b06105813
5 changed files with 33 additions and 40 deletions

View file

@ -15,6 +15,8 @@ constexpr const int RAY_VIEW_Y=0;
constexpr const int GLOW_LIMIT=220;
constexpr const int LIGHT_MULTIPLIER=2.5;
constexpr const float AIMED_AT_BRIGHTNESS=0.2f;
constexpr const int MAP_TILE_DIM=32;
constexpr const int ICONGEN_MAP_TILE_DIM=32;
constexpr const int BOSS_VIEW_WIDTH=1080;
constexpr const int BOSS_VIEW_HEIGHT=SCREEN_HEIGHT;