From bdad89910dcf3a56790dba60ed1f0db679432323 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 22 Aug 2026 16:49:56 -0700 Subject: refactor entities --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 25986ae..5ce5d1f 100644 --- a/src/config.rs +++ b/src/config.rs @@ -10,6 +10,6 @@ pub const SIM_FPS: u32 = 120; 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 CELLS_TO_METRES: f32 = 20.0; pub const SETTLED_THRESOHLD: u8 = 7; -- cgit v1.3.1