vaults
This commit is contained in:
parent
a3b4688608
commit
d1f36499c2
16 changed files with 286 additions and 88 deletions
|
|
@ -3,9 +3,9 @@ use super::{
|
|||
Map, MapBuilder, Position, TileType, SHOW_MAPGEN,
|
||||
};
|
||||
use rltk::RandomNumberGenerator;
|
||||
use specs::prelude::*;
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(PartialEq, Copy, Clone)]
|
||||
pub enum DLAAlgorithm {
|
||||
WalkInwards,
|
||||
|
|
@ -55,6 +55,7 @@ impl MapBuilder for DLABuilder {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl DLABuilder {
|
||||
pub fn walk_inwards(new_depth: i32) -> DLABuilder {
|
||||
DLABuilder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue