disable ring asteroids by default
This commit is contained in:
parent
974bf9cb8d
commit
7be6b0746f
|
@ -19,7 +19,7 @@ use bevy_xpbd_3d::prelude::*;
|
|||
use fastrand;
|
||||
use std::collections::HashMap;
|
||||
|
||||
const ENABLE_ASTEROIDS: bool = true;
|
||||
const ENABLE_ASTEROIDS: bool = false;
|
||||
const ASTEROID_UPDATE_INTERVAL: f32 = 0.1; // seconds
|
||||
const ASTEROID_SIZE_FACTOR: f32 = 10.0;
|
||||
const RING_THICKNESS: f64 = 8.0e6;
|
||||
|
|
Loading…
Reference in a new issue