Move debug_camera to the game crate, activate FPSDebugCameraSystem

This commit is contained in:
reo 2025-10-29 21:35:55 +03:00
parent f503c70a9b
commit 0af3b41293
4 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
mod physics;
mod kinematic_character_controller;
mod keybinds;
pub mod debug_camera;
pub use physics::PhysicsSystem;
pub use kinematic_character_controller::KinematicCharacterController;