my first crate
This commit is contained in:
6
src/debug_plugin/mod.rs
Normal file
6
src/debug_plugin/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use bevy::prelude::*;
|
||||
use bevy_inspector_egui::{prelude::*, quick::WorldInspectorPlugin};
|
||||
|
||||
pub fn debug_plugin(app: &mut App) {
|
||||
app.add_plugins(WorldInspectorPlugin::new());
|
||||
}
|
Reference in New Issue
Block a user