iso-engine towns aboveground/underground

This commit is contained in:
2022-06-18 18:13:31 +00:00
parent daf527735e
commit 6700c27157
5 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ typedef TownDetails = {
};
enum MapType {
Town(details:TownDetails);
Town(underground:Bool, details:TownDetails);
Outdoors(underground:Bool);
}