mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-04 19:17:38 +00:00
you can now despawn entities
This commit is contained in:
parent
07e6d8b8c6
commit
7e531d42a8
4 changed files with 70 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
use std::{fs, path::PathBuf};
|
||||
|
||||
use bevy::prelude::*;
|
||||
use bevy_inspector_egui::bevy_egui::EguiPlugin;
|
||||
use bevy_inspector_egui::{bevy_egui::EguiPlugin, quick::WorldInspectorPlugin};
|
||||
use clap::Subcommand;
|
||||
use console::exec_script;
|
||||
|
||||
|
@ -36,7 +36,7 @@ pub fn plugin(app: &mut App) {
|
|||
.in_set(DebugSet),
|
||||
)
|
||||
.add_systems(Startup, startup_file.pipe(exec_script))
|
||||
.add_plugins(console::plugin);
|
||||
.add_plugins((console::plugin /* WorldInspectorPlugin::default() */,));
|
||||
}
|
||||
|
||||
fn start_game(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue