summaryrefslogtreecommitdiff
path: root/src/players.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 11:24:42 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-18 11:24:42 +0100
commit1ac44d4ec6b6b51fefe6ca50ef82d5d2fc1f6dfb (patch)
tree8322478a56450878e2f02a6a794a4a664d86e176 /src/players.c
parent89984db7afa433e2842c4ef8c8c265a3e3993636 (diff)
wall items
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 7244cc4..a8a3cac 100644
--- a/src/players.c
+++ b/src/players.c
@@ -50,7 +50,7 @@ void spawn_player(u32 id, network_client client) {
void move_user(platform_window* window, u32 id, protocol_move_type move) {
- float speed = 0.1f;
+ float speed = 5.5f * update_delta;
float pad_between_player_and_obj = 0.01f;
player* p = get_player_by_id(id);