Levels are now expanded out as you travel down and the stairs are only placed at the end of the level instead of randomly.
This commit is contained in:
parent
82216b8307
commit
59a6882b70
11 changed files with 57 additions and 10 deletions
|
@ -27,8 +27,6 @@ constexpr wchar_t UI_BASE_CHAR = L'█';
|
|||
constexpr int BG_BOX_OFFSET=5;
|
||||
|
||||
// NOTE: max seems to be about x=240, y=120
|
||||
constexpr int GAME_MAP_X=80;
|
||||
constexpr int GAME_MAP_Y=40;
|
||||
constexpr int INVENTORY_PIXEL_X=50;
|
||||
constexpr int INVENTORY_PIXEL_Y=50;
|
||||
constexpr int INVENTORY_WIDTH=99;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue