debug systems toggle

This commit is contained in:
nquidox 2026-04-18 20:51:09 +03:00
parent eb4e1a1e6c
commit a10cc0712b
4 changed files with 105 additions and 20 deletions

View file

@ -3,8 +3,8 @@ pub mod plugin;
mod components;
pub use components::*;
mod systems;
pub use systems::*;
mod systems_debug;
pub use systems_debug::*;
mod components_track;
pub use components_track::*;