From e28f8b4ef5c0744912afd49d8d1ba9a94e144613 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Mon, 24 Aug 2026 20:15:21 -0700 Subject: fixes for small entities --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 17c75b3..67669ab 100644 --- a/src/config.rs +++ b/src/config.rs @@ -15,3 +15,6 @@ pub const CELLS_TO_METRES: f32 = 20.0; pub const MASS_SCALING: f32 = 1.0 / 200.0; pub const SETTLED_THRESOHLD: u8 = 7; + +// any entity with fewer cells than this will be turned to particles +pub const MIN_ENTITY_CELLS: usize = 9; -- cgit v1.3.1