revert: player speed

This commit is contained in:
2025-01-10 19:27:50 +02:00
parent 3abf8e2331
commit 5a7c92cd96
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ pub struct MovementSpeed(pub f32);
impl Default for MovementSpeed {
fn default() -> Self {
Self(200.)
Self(100.)
}
}