Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Apartment hallway is now wider to account for larger door
Browse files Browse the repository at this point in the history
  • Loading branch information
porkbrain committed Feb 28, 2024
1 parent 7155cb4 commit 3f392d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified main_game/assets/apartment/hallway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scenes/apartment/src/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fn spawn(
asset: assets::HALLWAY_DOOR,
color: Some(PRIMARY_COLOR),
is_hallway_entity: true,
position: vec2(-204.0, -121.0),
position: vec2(-204.0, -130.0),
anchor: Anchor::BottomCenter,
..default()
},
Expand All @@ -218,7 +218,7 @@ fn spawn(
asset: assets::HALLWAY_DOOR,
color: Some(PRIMARY_COLOR),
is_hallway_entity: true,
position: vec2(19.0, -121.0),
position: vec2(19.0, -130.0),
anchor: Anchor::BottomCenter,
..default()
},
Expand Down

0 comments on commit 3f392d7

Please sign in to comment.