1 2 3 4
//! Global constants. /// The alpha range for the player sprite during spawn invincibility. pub const INVINCIBILITY_ALPHA_RANGE: std::ops::RangeInclusive<f32> = 0.25..=1.0;