spawn ball + run in set

This commit is contained in:
nquidox 2026-04-16 23:05:31 +03:00
parent 7b334b33c0
commit 5ba555b062
5 changed files with 92 additions and 9 deletions

View file

@ -11,3 +11,12 @@ pub use components_track::*;
mod systems_track;
pub use systems_track::*;
mod components_ball;
pub use components_ball::*;
mod system_ball;
pub use system_ball::*;
mod constants;
pub use constants::*;