diff options
Diffstat (limited to 'src/players.c')
| -rw-r--r-- | src/players.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/players.c b/src/players.c index b4b744d..b5d0666 100644 --- a/src/players.c +++ b/src/players.c @@ -128,7 +128,7 @@ void add_points_to_player(player* p, u32 points) { void move_user(platform_window* window, u32 id, protocol_move_type move, float delta) { - float speed_straight = 15.5f; + float speed_straight = 5.5f; float speed = speed_straight * delta; float pad_between_player_and_obj = 0.01f; |
