Defines | |
#define | OPT_RANDOM 0 |
#define | OPT_CENTERED 1 |
#define | OPT_LINEAR 2 |
#define | OPT_BOTTOM_C 4 |
#define | OPT_BOTTOM_R 8 |
#define | OPT_IRR_SPACE 16 |
#define | OPT_WALL_OFF 32 |
#define | OPT_WALLS_ONLY 64 |
#define | OPT_NO_DOORS 256 |
#define OPT_BOTTOM_C 4 |
Bottom-centered.
Definition at line 109 of file random_map.h.
#define OPT_BOTTOM_R 8 |
Bottom-right centered.
Definition at line 110 of file random_map.h.
#define OPT_CENTERED 1 |
Centered.
Definition at line 107 of file random_map.h.
#define OPT_IRR_SPACE 16 |
Irregularly/randomly spaced layers (default: regular).
Definition at line 111 of file random_map.h.
#define OPT_LINEAR 2 |
Linear doors (default is nonlinear).
Definition at line 108 of file random_map.h.
#define OPT_NO_DOORS 256 |
Place walls insead of doors. Produces broken map.
Definition at line 114 of file random_map.h.
#define OPT_RANDOM 0 |
Random option.
Definition at line 106 of file random_map.h.
#define OPT_WALL_OFF 32 |
No outer wall.
Definition at line 112 of file random_map.h.
#define OPT_WALLS_ONLY 64 |
Only walls.
Definition at line 113 of file random_map.h.