mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-04 19:17:38 +00:00
add loading scenes to tx
This commit is contained in:
parent
f2fc8f41da
commit
4ed1c7d881
5 changed files with 38 additions and 3 deletions
|
@ -4,13 +4,15 @@ use std::{fs, path::PathBuf};
|
|||
use bevy::prelude::*;
|
||||
use bevy_inspector_egui::bevy_egui::EguiPlugin;
|
||||
use clap::Subcommand;
|
||||
use console::{ConsoleLog, exec_script};
|
||||
use console::exec_script;
|
||||
|
||||
use crate::AppState;
|
||||
|
||||
mod console;
|
||||
mod debug_event;
|
||||
|
||||
pub use console::ConsoleLog;
|
||||
|
||||
pub use debug_event::DebugEvent;
|
||||
|
||||
/// Debug system set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue