The Cursed Labyrinth
|
Authoring asset with map overrides and kind strings for a biome. More...
Public Attributes | |
bool | overrideSize |
int | width = 64 |
int | height = 48 |
string | floorKind = "floor_entry" |
string | corridorKind = "floor_corridor" |
int | minPathCells = 100 |
Authoring asset with map overrides and kind strings for a biome.
string BiomeSetup_SO.corridorKind = "floor_corridor" |
string BiomeSetup_SO.floorKind = "floor_entry" |
int BiomeSetup_SO.height = 48 |
int BiomeSetup_SO.minPathCells = 100 |
bool BiomeSetup_SO.overrideSize |
int BiomeSetup_SO.width = 64 |