From: Stephen Seo Date: Sun, 4 Oct 2020 09:37:09 +0000 (+0900) Subject: Fix window X-Git-Url: https://git.seodisparate.com/server_config?a=commitdiff_plain;h=b2e8b1dedbf12aeae9d0d2c3cb1ba126ddaa7472;p=LudumDare47_StuckInALoop Fix window --- diff --git a/resources/window.png b/resources/window.png index 8a8c657..3fbb244 100644 Binary files a/resources/window.png and b/resources/window.png differ diff --git a/src/scenes/mainscene.rs b/src/scenes/mainscene.rs index 8405508..9ea3146 100644 --- a/src/scenes/mainscene.rs +++ b/src/scenes/mainscene.rs @@ -488,13 +488,6 @@ impl MainScene { Room::LeftOfPod => {} Room::MainHallFrontOfPod => {} Room::WindowRightHall => { - graphics::draw( - ctx, - &self.earth_image, - DrawParam::new() - .src(Rect::new(0f32, 0f32, 3f32 / 5f32, 3f32 / 5f32)) - .dest([800f32 / 5f32, 600f32 / 5f32]), - )?; graphics::draw( ctx, &self.window_image,