Skip to content

Commit

Permalink
lower player speed
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 25, 2024
1 parent c9abbbc commit bca3b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Default for PlayerSettings {
height: 1.6,
jump_height: 1.0,
spawn: Vec3::default(),
speed: 6.0,
speed: 4.0,
void_level: None,
vrm: None,
width: 0.4,
Expand Down

0 comments on commit bca3b0c

Please sign in to comment.