quicker player speed

This commit is contained in:
Magnus von Wachenfeldt 2022-08-11 14:06:07 +02:00
parent de769004af
commit 7188b1466e
Signed by: magnus
GPG Key ID: A469F7D71D09F795

View File

@ -31,7 +31,7 @@ struct NetworkTick(u32);
#[derive(Debug, Default)]
struct ClientTicks(HashMap<u64, Option<u32>>);
const PLAYER_MOVE_SPEED: f32 = 5.0;
const PLAYER_MOVE_SPEED: f32 = 50.0;
fn new_renet_server() -> RenetServer {
let server_addr = "127.0.0.1:5000".parse().unwrap();