Skip to content

Commit

Permalink
Fix web assets cannot be displayed in itch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kait Wang committed Jan 6, 2024
1 parent 8c85086 commit e09dec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use bevy::asset::AssetMetaCheck;
use bevy::prelude::*;
use bevy_prototype_lyon::prelude::*;
use bevy_ui_navigation::prelude::*;
Expand All @@ -7,6 +8,7 @@ use chain_reaction::{app, page, reactor};
fn main() {
App::new()
.insert_resource(ClearColor(app::ui::BG_COLOR))
.insert_resource(AssetMetaCheck::Never)
.add_state::<app::GameState>()
.add_systems(Startup, app::init::startup)
.add_plugins((
Expand Down

0 comments on commit e09dec1

Please sign in to comment.