made light a bit more bright

This commit is contained in:
Franklin Blanco 2023-11-08 10:48:05 -08:00
parent 22a8c91c5e
commit b5a2d76b58
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pub fn shoot_bullet(
point_light: PointLight { point_light: PointLight {
//252, 238, 128 //252, 238, 128
color: Color::Rgba { red: 252., green: 238., blue: 128., alpha: 0.5 }, color: Color::Rgba { red: 252., green: 238., blue: 128., alpha: 0.5 },
intensity: 0.001, intensity: 0.005,
range: 30.0, range: 30.0,
shadows_enabled: true, shadows_enabled: true,
..Default::default() ..Default::default()