Move debug_camera to the game crate, activate FPSDebugCameraSystem
This commit is contained in:
parent
f503c70a9b
commit
0af3b41293
4 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue