From 2033cb8156e82b05901f41e874bf5421675c5bee Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 16 Nov 2021 19:24:58 -0500 Subject: [PATCH] Adjust speed default --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 288c055..d7b7729 100644 --- a/src/main.rs +++ b/src/main.rs @@ -32,7 +32,7 @@ const FG: Color = Color::new(0.91569, 0.71765, 0.00000, 1.0); const DIM_FG: Color = Color::new(0.29412, 0.27451, 0.13333, 1.0); const HIL_FG: Color = Color::new(0.25806, 0.61290, 1.09032, 1.0); -const SPEED: f64 = 0.8; +const SPEED: f64 = 0.1; const BOING_RADIUS: f64 = 30.0; const HILITE: bool = false;