summaryrefslogtreecommitdiff
path: root/src/cosmonaut.rs
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-03-19 19:49:08 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-03-19 19:49:08 +0100
commit07eb2dc0cbeaa7eb64645a86bd11842717a107a6 (patch)
treec564ef23faf051f4ff8d9c60a601e4a20728b71e /src/cosmonaut.rs
parent91a902278617f4981372b0f93612a7bfe902bc9b (diff)
added background
Diffstat (limited to 'src/cosmonaut.rs')
-rw-r--r--src/cosmonaut.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cosmonaut.rs b/src/cosmonaut.rs
index 235861e..90a7c07 100644
--- a/src/cosmonaut.rs
+++ b/src/cosmonaut.rs
@@ -40,7 +40,7 @@ impl Cosmonaut {
Ok(Cosmonaut {
image,
- destination: Point2 { x: 600.0, y: 200.0 },
+ destination: Point2 { x: 600.0, y: 350.0 },
frame: CosmonautFrames::None,
timer: Instant::now(),
scale: Vector2 {