From b5a2d76b58666f617316f5e1cdf996cf1ac920ff Mon Sep 17 00:00:00 2001 From: Franklin Blanco Date: Wed, 8 Nov 2023 10:48:05 -0800 Subject: [PATCH] made light a bit more bright --- src/logic/core/guns/shoot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logic/core/guns/shoot.rs b/src/logic/core/guns/shoot.rs index a692e4b..99f9ddb 100644 --- a/src/logic/core/guns/shoot.rs +++ b/src/logic/core/guns/shoot.rs @@ -17,7 +17,7 @@ pub fn shoot_bullet( point_light: PointLight { //252, 238, 128 color: Color::Rgba { red: 252., green: 238., blue: 128., alpha: 0.5 }, - intensity: 0.001, + intensity: 0.005, range: 30.0, shadows_enabled: true, ..Default::default()