rust/mapgen/src/template/mod.rs
author unC0Rr
Tue, 04 Feb 2025 15:52:02 +0100
changeset 16085 f79c6c715132
parent 16064 07cb6dbc8444
permissions -rw-r--r--
Fix land generation and texturing passes having different parameters leading to empty map texture
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;