From 6350e4ffca8ce1e46465284ef3d7559e0f40229b Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 22 Aug 2026 13:54:00 -0700 Subject: fixes and refactors --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 7506c44..25986ae 100644 --- a/src/config.rs +++ b/src/config.rs @@ -11,3 +11,5 @@ pub const PHYSICS_FPS: u32 = 60; pub const PHYSICS_DELTA_TIME: f32 = 1.0 / PHYSICS_FPS as f32; pub const PIXELS_TO_METRES: f32 = 20.0; + +pub const SETTLED_THRESOHLD: u8 = 7; -- cgit v1.3.1