Add wrapped_constrictor game mode and support for map tags (#102)

* add support for wrapped_constrictor game mode

* add tags to map metadata
This commit is contained in:
Rob O'Dwyer 2022-08-17 13:03:09 -07:00 committed by GitHub
parent ffeb401377
commit b1ddd2f4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 46 additions and 5 deletions

View file

@ -54,6 +54,7 @@ func (m SoloMazeMap) Meta() Metadata {
Dimensions{19, 21},
Dimensions{25, 25},
),
Tags: []string{TAG_EXPERIMENTAL, TAG_FOOD_PLACEMENT, TAG_HAZARD_PLACEMENT, TAG_SNAKE_PLACEMENT},
}
}