rust/mapgen/src/template/mod.rs
author unC0Rr
Mon, 27 Jan 2025 22:22:10 +0100
changeset 16071 fba762376a07
parent 16064 07cb6dbc8444
permissions -rw-r--r--
- Reduce wfc templates definition file by removing excess fields with false value - Add first attempt at spikes tile set
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16064
07cb6dbc8444 Implement simplified format for edges in config
unC0Rr
parents: 16033
diff changeset
     1
pub mod maze;
15922
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     2
pub mod outline;
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     3
pub mod wavefront_collapse;