Проектная работа - WIP
This commit is contained in:
@@ -5,6 +5,6 @@ mod observers;
|
||||
mod startup;
|
||||
mod tools;
|
||||
|
||||
pub use gameplay::{check_bounds_colisions, head_moving, head_rotation, snake_moving};
|
||||
pub use gameplay::{check_bounds_colisions, check_meal_collisions, check_tail_colisions, head_moving, head_rotation, snake_moving};
|
||||
pub use startup::{setup_window, startup};
|
||||
pub use tools::define_log_layer;
|
||||
|
||||
Reference in New Issue
Block a user