From dec3a16f0fd99eabfab4b04eb4773e25fc10e5fc Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 22 Dec 2022 21:14:03 -0700 Subject: [PATCH] better starting p. --- examples/game.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/game.rs b/examples/game.rs index 96ae41f..f66a385 100644 --- a/examples/game.rs +++ b/examples/game.rs @@ -37,8 +37,8 @@ impl Rect { extern "C" fn main() -> ! { // game simulation setup let mut creatures = [Position::default(); 5]; - creatures[0].x = 13; - creatures[0].y = 37; + creatures[0].x = 11; + creatures[0].y = 14; // creatures[1].x = 41; creatures[1].y = 38;