Starfield parallax tweak

master
Mark 2024-01-09 14:14:50 -08:00
parent 94bd26b49e
commit 52f1b26d25
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pub const ZOOM_MAX: f32 = 2000.0;
/// Z-axis range for starfield stars /// Z-axis range for starfield stars
/// This does not affect scale. /// This does not affect scale.
pub const STARFIELD_Z_MIN: f32 = 100.0; pub const STARFIELD_Z_MIN: f32 = 75.0;
/// Z-axis range for starfield stars /// Z-axis range for starfield stars
/// This does not affect scale. /// This does not affect scale.
pub const STARFIELD_Z_MAX: f32 = 200.0; pub const STARFIELD_Z_MAX: f32 = 200.0;