From 88601f5114bd5038fc997580eeaa4cf1447f0511 Mon Sep 17 00:00:00 2001 From: brian cully Date: Sat, 27 Dec 2025 18:48:17 -0500 Subject: put 40 balls back in play --- src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/state.rs b/src/state.rs index f5435f5..90c8147 100644 --- a/src/state.rs +++ b/src/state.rs @@ -10,7 +10,7 @@ use crate::point::Point; pub const TAU: f64 = PI * 2.0; pub const MAX_SPEED: f64 = 0.01; -const NUM_POINTS: usize = 10; +const NUM_POINTS: usize = 40; const VELVEC_SCALE: f64 = 3.0; #[derive(Debug)] -- cgit v1.3