rust/mapgen/src/template/mod.rs
author unC0Rr
Thu, 30 Jan 2025 13:59:41 +0100
changeset 16076 8c90c8751b90
parent 16064 07cb6dbc8444
permissions -rw-r--r--
Add Shoppa 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;