mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
150 B
Rust
4 lines
150 B
Rust
// 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;
|