grounded = false
This commit is contained in:
parent
79053420cd
commit
f60a370228
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user