mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add support for setting stepheight for entities
This commit is contained in:
parent
ff7c380d0e
commit
251e3e01c7
7 changed files with 12 additions and 5 deletions
|
@ -44,6 +44,7 @@ struct ObjectProperties
|
|||
bool is_visible;
|
||||
bool makes_footstep_sound;
|
||||
float automatic_rotate;
|
||||
f32 stepheight;
|
||||
|
||||
|
||||
ObjectProperties();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue