rust/mapgen/src/template/mod.rs
author unC0Rr
Tue, 03 Dec 2024 14:12:28 +0100
branchtransitional_engine
changeset 16046 1f35c7974b4b
parent 16033 1860852892c0
child 16064 07cb6dbc8444
permissions -rw-r--r--
Add one more template
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;
16033
1860852892c0 Use rust implementation of maze generator in engine
unC0Rr
parents: 15922
diff changeset
     3
pub mod maze;