Clean up System::render_map.
This commit is contained in:
parent
aa72cfe4a4
commit
2802a44ba4
2 changed files with 9 additions and 9 deletions
|
@ -17,6 +17,7 @@ constexpr const int LIGHT_MULTIPLIER=2.5;
|
|||
constexpr const float AIMED_AT_BRIGHTNESS=0.2f;
|
||||
constexpr const int MAP_TILE_DIM=64;
|
||||
constexpr const int ICONGEN_MAP_TILE_DIM=64;
|
||||
constexpr const int PLAYER_SPRITE_DIR_CORRECTION=270;
|
||||
|
||||
constexpr const int BOSS_VIEW_WIDTH=1080;
|
||||
constexpr const int BOSS_VIEW_HEIGHT=SCREEN_HEIGHT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue