Map now displays and works, just need to refine the colors and the compass directions.

This commit is contained in:
Zed A. Shaw 2025-07-15 13:28:23 -04:00
parent dca38397e7
commit 75646619b3
8 changed files with 77 additions and 74 deletions

View file

@ -15,8 +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 MAP_TILE_DIM=64;
constexpr const int ICONGEN_MAP_TILE_DIM=64;
constexpr const int BOSS_VIEW_WIDTH=1080;
constexpr const int BOSS_VIEW_HEIGHT=SCREEN_HEIGHT;