From c4b3b47a8ee7b2a124d718421468540a3bf926bd Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 27 Mar 2024 16:47:05 +0100 Subject: [PATCH] more stars --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index f543c41..8046579 100644 --- a/src/world.rs +++ b/src/world.rs @@ -10,7 +10,7 @@ use bevy::core_pipeline::bloom::{BloomCompositeMode, BloomSettings}; use std::f32::consts::PI; const ASTEROID_SIZE: f32 = 100.0; -const STARS_MAX_MAGNITUDE: f32 = 3.5; +const STARS_MAX_MAGNITUDE: f32 = 5.5; //const SKYBOX_BRIGHTNESS: f32 = 300.0; //const SKYBOX_BRIGHTNESS_AR: f32 = 100.0;