rust/landgen/src/outline_template_based/mod.rs
author alfadur
Sat, 22 Feb 2025 19:39:31 +0300
changeset 16120 5febd2bc5372
parent 16061 31cc1e450273
permissions -rw-r--r--
Add server reconnection tokens and anteroom local list of used nicks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16061
31cc1e450273 Add maze land generator ported from pascal engine
unC0Rr
parents: 15952
diff changeset
     1
pub mod outline;
15951
5f00829c55ec Refactor landgen package structure
unC0Rr
parents:
diff changeset
     2
pub mod outline_template;
15952
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents: 15951
diff changeset
     3
pub mod template_based;