Moves mod.rs to physics.rs outside of folder.
This commit is contained in:
6
app/src/physics.rs
Normal file
6
app/src/physics.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod gravity;
|
||||
pub mod velocity;
|
||||
pub mod plugin;
|
||||
|
||||
pub use plugin::PhysicsPlugin;
|
||||
pub use velocity::Velocity;
|
||||
Reference in New Issue
Block a user