Skip to content

Commit

Permalink
Even out orb bloom
Browse files Browse the repository at this point in the history
  • Loading branch information
Waridley committed Feb 8, 2024
1 parent 7225367 commit c745f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub fn setup(
..arm_mat_template.clone()
}),
materials.add(StandardMaterial {
emissive: Color::WHITE * 6.0,
emissive: Color::WHITE * 3.0,
..arm_mat_template.clone()
}),
materials.add(StandardMaterial {
Expand Down

0 comments on commit c745f58

Please sign in to comment.