Now the rooms are better at having good doors.
This commit is contained in:
parent
908f5bfb3e
commit
8e2a691337
8 changed files with 69 additions and 70 deletions
|
|
@ -71,8 +71,8 @@ constexpr int COMBAT_UI_Y = RAY_VIEW_HEIGHT;
|
|||
constexpr int COMBAT_UI_WIDTH = RAY_VIEW_WIDTH ;
|
||||
constexpr int COMBAT_UI_HEIGHT = SCREEN_HEIGHT - RAY_VIEW_HEIGHT;
|
||||
|
||||
constexpr int INITIAL_MAP_W = 25;
|
||||
constexpr int INITIAL_MAP_H = 25;
|
||||
constexpr int INITIAL_MAP_W = 21;
|
||||
constexpr int INITIAL_MAP_H = 21;
|
||||
|
||||
constexpr float DEFAULT_ROTATE=0.25f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue