summaryrefslogtreecommitdiffstats
path: root/src/player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.rs')
-rw-r--r--src/player.rs4
1 files changed, 2 insertions, 2 deletions
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)
}
}