Ship Controls
+ Refactoring
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
mod plugins;
|
||||
mod utils;
|
||||
use bevy::{prelude::*, window::PresentMode};
|
||||
use bevy_inspector_egui::{bevy_egui::EguiPlugin, quick::WorldInspectorPlugin};
|
||||
use plugins::game::GamePlugin;
|
||||
mod components;
|
||||
mod resources;
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
@@ -29,7 +32,7 @@ fn main() {
|
||||
enable_multipass_for_primary_context: true,
|
||||
},
|
||||
WorldInspectorPlugin::new(),
|
||||
GamePlugin::default(),
|
||||
GamePlugin,
|
||||
))
|
||||
.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user