initial wfc, and suppressing dead code warnings

This commit is contained in:
Llywelwyn 2023-07-20 17:21:32 +01:00
parent 7f775b80dd
commit fc59880b80
10 changed files with 551 additions and 30 deletions

View file

@ -4,7 +4,7 @@ use specs::prelude::*;
use std::collections::HashSet;
use std::ops::{Add, Mul};
#[derive(PartialEq, Copy, Clone, Serialize, Deserialize)]
#[derive(PartialEq, Eq, Hash, Copy, Clone, Serialize, Deserialize)]
pub enum TileType {
Wall,
Floor,