grounded = false

This commit is contained in:
Quaternions 2023-09-09 14:05:13 -07:00
parent 79053420cd
commit f60a370228

View File

@ -300,7 +300,7 @@ impl strafe_client::framework::Example for Skybox {
gravity: glam::Vec3::new(0.0,-100.0,0.0), gravity: glam::Vec3::new(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,