Skip to content

Commit

Permalink
Removed unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
wod3 committed Jul 2, 2020
1 parent e3c6242 commit 9f40544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/level_graphics.rs
Expand Up @@ -388,7 +388,7 @@ fn generate_level_graphics(
Tile::Floor => None,
Tile::Ice => unreachable!(),
Tile::Home => Some(TextureId::Home),
Tile::Wall => Some(TextureId::Wall),
Tile::Wall => None,
Tile::HappyHome => Some(TextureId::HappyHome),
Tile::SadHome => Some(TextureId::SadHome),
Tile::FloorWithGoop => None,
Expand Down
1 change: 0 additions & 1 deletion src/textures.rs
Expand Up @@ -16,7 +16,6 @@ macro_rules! make_textures {
}

make_textures! {
Wall: "wall.png",
Home: "home.png",
Human: "human.png",
VictoryText: "victory_text.png",
Expand Down

0 comments on commit 9f40544

Please sign in to comment.