fewer asteroids (for performance reasons, due to shadows)
This commit is contained in:
parent
95645e4ab1
commit
66920f44e9
|
@ -27,7 +27,7 @@ const STARS_MAX_MAGNITUDE: f32 = 5.5; // max 7.0, see generate_starchart.py
|
|||
|
||||
const SKYBOX: bool = false;
|
||||
|
||||
const ASTEROID_SPAWN_STEP: f64 = 500.0;
|
||||
const ASTEROID_SPAWN_STEP: f64 = 1000.0;
|
||||
const ASTEROID_VIEW_RADIUS: f64 = 3000.0;
|
||||
|
||||
const ASSET_NAME_ASTEROID1: &str = "asteroid1";
|
||||
|
|
Loading…
Reference in a new issue