Commit Graph

5 Commits

Author SHA1 Message Date
ffaad6cf48 cargo fmt 2022-03-12 14:31:30 -06:00
957dcca447 Add ability to associate arbitrary BuilderData with maps.
I'm finding that, for best results, I need to integrate everything into my map generation process. So for instance, object/monster spawns need to run as a filter so they can influence future steps.

This associates a `Clone + Default` type with maps and makes it available to filters. `NoData` exists for the current behavior.

All examples/tests/demos have been updated accordingly.
2022-03-12 09:45:42 -06:00
klangner
16f4eb141b fixed doc 2020-10-19 20:14:36 +02:00
klangner
21fa869081 Refactoring 2020-10-19 20:08:40 +02:00
klangner
764233c7cf Package refactoring 2020-09-16 09:57:59 +02:00