X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fobject_properties.h;h=4b7f9a5eb4f5c8501bf1d31f497dd73d08e8b24e;hb=63867b1a372a4d1a4a4ffdec9d0862b094211a89;hp=eeb397efa40d3112ee14777dad0b8a3febe8a414;hpb=a0566270d9fa075afa36a7e3e68c690b1b23ba90;p=minetest.git diff --git a/src/object_properties.h b/src/object_properties.h index eeb397efa..4b7f9a5eb 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -31,6 +31,7 @@ struct ObjectProperties // Values are BS=1 s16 hp_max; bool physical; + bool collideWithObjects; float weight; core::aabbox3d collisionbox; std::string visual; @@ -43,6 +44,9 @@ struct ObjectProperties bool is_visible; bool makes_footstep_sound; float automatic_rotate; + f32 stepheight; + bool automatic_face_movement_dir; + f32 automatic_face_movement_dir_offset; ObjectProperties();