Speed with TURN_COST and slight randomisation to reduce predictability

This commit is contained in:
Llywelwyn 2023-07-31 05:07:41 +01:00
parent dce40ac741
commit aac6e0ad02
12 changed files with 200 additions and 145 deletions

View file

@ -1,2 +1,4 @@
mod energy_system;
pub use energy_system::EnergySystem;
pub use energy_system::{EnergySystem, NORMAL_SPEED};
mod turn_status;
pub use turn_status::TurnStatusSystem;