mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-13 14:12:20 -06:00
feat: ghosts system
This commit is contained in:
@@ -7,7 +7,7 @@ use std::time::Duration;
|
||||
use thousands::Separable;
|
||||
|
||||
/// The maximum number of systems that can be profiled. Must not be exceeded, or it will panic.
|
||||
const MAX_SYSTEMS: usize = 12;
|
||||
const MAX_SYSTEMS: usize = 13;
|
||||
/// The number of durations to keep in the circular buffer.
|
||||
const TIMING_WINDOW_SIZE: usize = 30;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user