From 0268740cf6b068340d6577f508b8dc9aded27860 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 6 Oct 2019 12:57:34 +0900 Subject: [PATCH] Minor tweaks --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 89edef7..0d7b2d6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -929,7 +929,7 @@ impl State for GameState { let mut expl_conv_system = ExplConvParticleSystem::new( 1500.0, Circle::new(self.mouse_pos, 20.0), - Color::GREEN, + Color::from_rgba(0x99, 0xFF, 0x99, 1.0), 1.0, ); expl_conv_system.activate(30, 200.0); -- 2.49.0