1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Add support for limiting rotation of automatic face movement dir entitys

This commit is contained in:
Sapier 2015-12-15 00:03:18 +01:00 committed by Sapier
parent 06632205d8
commit 70ea5d552e
5 changed files with 37 additions and 5 deletions

View file

@ -50,7 +50,7 @@ struct ObjectProperties
bool backface_culling;
std::string nametag;
video::SColor nametag_color;
f32 automatic_face_movement_max_rotation_per_sec;
ObjectProperties();
std::string dump();