made light a bit more bright
This commit is contained in:
parent
22a8c91c5e
commit
b5a2d76b58
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue