summaryrefslogtreecommitdiff
path: root/src/players.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:42:03 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:42:03 +0200
commit07eb16ba4602c41de86236e0870c757da3bfb5d6 (patch)
tree3fadfc9d30960172c92eac5cd02480a17423864e /src/players.c
parent9e14d5cd569e912c6a77222719a4d4a8be4b7c72 (diff)
zombie despawning and more spawners
Diffstat (limited to 'src/players.c')
-rw-r--r--src/players.c2
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;