From d7823f7657c623f67afd170622f4864160b0a795 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 17 Mar 2024 14:19:12 +0100 Subject: [PATCH] darker stars --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index 166f051..fb9f81c 100644 --- a/src/world.rs +++ b/src/world.rs @@ -39,7 +39,7 @@ pub fn setup( camera::CameraController::default(), Skybox { image: skybox_handle.clone(), - brightness: 500.0, + brightness: 200.0, }, BloomSettings { composite_mode: BloomCompositeMode::Additive,