rust/mapgen/src/template/mod.rs
author unC0Rr
Wed, 15 Feb 2023 12:36:24 +0100
branchtransitional_engine
changeset 15925 b0e8cc72bfef
parent 15922 da6b67f13c12
permissions -rw-r--r--
Allow defining compatible edges for grid, add few more templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15922
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     1
pub mod outline;
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     2
pub mod wavefront_collapse;