rust/mapgen/src/template/mod.rs
author unC0Rr
Mon, 27 Jan 2025 15:48:24 +0100
changeset 16065 33f09636018b
parent 16064 07cb6dbc8444
permissions -rw-r--r--
Switch to toml for WFC templates
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;