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()