Проектная работа - WIP

This commit is contained in:
4 changed files with 64 additions and 48 deletions
+1
View File
@@ -40,6 +40,7 @@ pub fn define_log_layer() -> Option<bevy::log::BoxedFmtLayer> {
mod domain;
mod gameplay;
mod startup;
mod tools;
pub use gameplay::{head_rotation, moving};
pub use startup::{print_all_entities, setup_frame_rate, startup};