veloren/common/src/consts.rs

4 lines
150 B
Rust
Raw Normal View History

// The limit on distance between the entity and a collectible (squared)
pub const MAX_PICKUP_RANGE: f32 = 8.0;
pub const MAX_MOUNT_RANGE: f32 = 14.0;