start in air

This commit is contained in:
Quaternions 2023-09-18 16:04:08 -07:00
parent 8137a26f81
commit 765ed42b9d

View File

@ -300,7 +300,7 @@ impl strafe_client::framework::Example for Skybox {
gravity: glam::vec3(0.0,-100.0,0.0), gravity: glam::vec3(0.0,-100.0,0.0),
friction: 90.0, friction: 90.0,
mv: 2.7, mv: 2.7,
grounded: true, grounded: false,
jump_trying: false, jump_trying: false,
temp_control_dir: glam::Vec3::ZERO, temp_control_dir: glam::Vec3::ZERO,
walkspeed: 18.0, walkspeed: 18.0,