Adjust speed default

This commit is contained in:
Emi Simpson 2021-11-16 19:24:58 -05:00
parent f7be06caa4
commit 2033cb8156
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -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;