add loading scenes to tx

This commit is contained in:
Schrottkatze 2025-06-22 19:36:37 +02:00
parent f2fc8f41da
commit 4ed1c7d881
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
5 changed files with 38 additions and 3 deletions

View file

@ -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.