Skip to content

Commit

Permalink
Adds PhysicsPlugin to app
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmaita committed Nov 16, 2023
1 parent bff3aa5 commit ab14078
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
Expand Up @@ -10,6 +10,7 @@ use bevy::{
use camera::CameraPlugin;
use game::GamePlugin;
use input::InputPlugin;
use physics::PhysicsPlugin;
use textures::{texture_assets_loaded, TexturesPlugin};

mod animation;
Expand Down Expand Up @@ -37,6 +38,7 @@ fn main() {
CameraPlugin,
GamePlugin,
InputPlugin,
PhysicsPlugin,
TexturesPlugin,
));

Expand Down

0 comments on commit ab14078

Please sign in to comment.