add editor???
This commit is contained in:
parent
5fa0f1b45f
commit
41dd7b8c7e
3 changed files with 1079 additions and 13 deletions
|
@ -1,8 +1,9 @@
|
|||
use bevy::prelude::*;
|
||||
use bevy::{prelude::*, scene::ScenePlugin};
|
||||
use bevy_editor_pls::EditorPlugin;
|
||||
use bevy_rapier2d::prelude::*;
|
||||
|
||||
use crate::AppState;
|
||||
|
||||
pub(super) fn scene_plugin(app: &mut App) {
|
||||
// app.add_systems(, )
|
||||
app.add_plugins(EditorPlugin::default());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue