mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
revert: player speed
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct MovementSpeed(pub f32);
|
||||
|
||||
impl Default for MovementSpeed {
|
||||
fn default() -> Self {
|
||||
Self(200.)
|
||||
Self(100.)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user