mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add sneak and sneak_glitch to set_physics_override()
This commit is contained in:
parent
d9de9f23d9
commit
15be2659ea
11 changed files with 53 additions and 13 deletions
|
@ -266,6 +266,8 @@ public:
|
|||
float physics_override_speed;
|
||||
float physics_override_jump;
|
||||
float physics_override_gravity;
|
||||
bool physics_override_sneak;
|
||||
bool physics_override_sneak_glitch;
|
||||
|
||||
u16 hp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue