3 lines
104 B
Rust
3 lines
104 B
Rust
pub(crate) const DEFAULT_JUMP_VELOCITY: f32 = 4.5;
|
|
pub(crate) const DEFAULT_CHARACTER_SPEED: f32 = 5.0;
|