map shortnames/identifiers

This commit is contained in:
Llywelwyn 2023-08-30 04:51:32 +01:00
parent 849a554055
commit 9fb791039f
12 changed files with 80 additions and 26 deletions

View file

@ -29,6 +29,8 @@ pub fn forest_builder(
height,
difficulty,
NAME_FOREST_BUILDER,
SHORTNAME_FOREST_BUILDER,
0,
initial_player_level
);
chain.start_with(CellularAutomataBuilder::floor(TileType::Grass));