Add map test

This commit is contained in:
2022-01-29 21:29:23 +01:00
parent ce4eb0b4cf
commit 9c0e546887
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ use rltk::{Algorithm2D, BaseMap, FontCharType, Point, Rltk, RGB};
use serde::{Deserialize, Serialize};
use specs::prelude::*;
use crate::rect::Rect;
#[derive(PartialEq, Copy, Clone, Serialize, Deserialize)]
pub enum TileType {