Skip to content

Commit

Permalink
remove commented code after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thombruce committed Nov 13, 2023
1 parent 9118486 commit c40b254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/resources/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ pub struct SpriteAssets {
#[asset(path = "space/celestials/neptune.png")]
pub neptune: Handle<TextureAtlas>,

// #[asset(path = "space/backgrounds/custom.png")]
// pub background: Handle<Image>,
#[asset(path = "space/meteors/meteorGrey_med1.png")]
pub meteor: Handle<Image>,
}
Expand Down

0 comments on commit c40b254

Please sign in to comment.