From d98c24f00ffe08a067040b7efaa934c2efc1bfac Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Fri, 24 Aug 2018 18:09:36 -0400 Subject: Load the images directly into the executable Cool, haha. We did it. I also changed a bunch of random shit. --- src/player.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/player.rs') diff --git a/src/player.rs b/src/player.rs index 471b2e4..7fdb7b6 100644 --- a/src/player.rs +++ b/src/player.rs @@ -113,12 +113,12 @@ impl state::Positioned for Player { self.y } fn radius() -> u32 { - 13 + 3 } } impl state::Drawable for Player { fn center() -> (u32, u32) { - (30, 19) + (33, 21) } } -- cgit v1.3.1