]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Remove ClientMap::m_camera_mutex
[minetest.git] / src / object_properties.h
index e8188cb604dbd96ca0c2a915573f9729fd549417..02ec9d1f79b741fa972d32ee5c8f835d5b7f3540 100644 (file)
@@ -45,7 +45,13 @@ struct ObjectProperties
        bool makes_footstep_sound;
        float automatic_rotate;
        f32 stepheight;
-
+       bool automatic_face_movement_dir;
+       f32 automatic_face_movement_dir_offset;
+       bool backface_culling;
+       std::string nametag;
+       video::SColor nametag_color;
+       f32 automatic_face_movement_max_rotation_per_sec;
+       std::string infotext;
 
        ObjectProperties();
        std::string dump();
@@ -54,4 +60,3 @@ struct ObjectProperties
 };
 
 #endif
-