From ebf13bcd8e8ab799c56961e6bc1779bd8031a8dc Mon Sep 17 00:00:00 2001 From: tom barrett Date: Mon, 19 Aug 2019 02:26:17 -0500 Subject: created abstraction between world and game, added temlate for dialogtrees --- src/entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entity.rs') diff --git a/src/entity.rs b/src/entity.rs index 3489671..f3ca328 100644 --- a/src/entity.rs +++ b/src/entity.rs @@ -8,7 +8,7 @@ pub trait Operable { fn draw(&self, spritebatch: &mut SpriteBatch); } -#[derive(Clone)] +#[derive(Debug, Clone)] pub struct Entity { pub position: Point2, pub spawn: Point2, -- cgit v1.2.3