mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 17:53:46 +01:00
Add missing documentation of automatic_face_movement_max_rotation_per_sec entity parameter
This commit is contained in:
parent
9c9b02ca8a
commit
cdbb9ef228
@ -3233,6 +3233,8 @@ Definition tables
|
|||||||
stepheight = 0,
|
stepheight = 0,
|
||||||
automatic_face_movement_dir = 0.0,
|
automatic_face_movement_dir = 0.0,
|
||||||
-- ^ automatically set yaw to movement direction; offset in degrees; false to disable
|
-- ^ automatically set yaw to movement direction; offset in degrees; false to disable
|
||||||
|
automatic_face_movement_max_rotation_per_sec = -1,
|
||||||
|
-- ^ limit automatic rotation to this value in degrees per second. values < 0 no limit
|
||||||
backface_culling = true, -- false to disable backface_culling for model
|
backface_culling = true, -- false to disable backface_culling for model
|
||||||
nametag = "", -- by default empty, for players their name is shown if empty
|
nametag = "", -- by default empty, for players their name is shown if empty
|
||||||
nametag_color = <color>, -- sets color of nametag as ColorSpec
|
nametag_color = <color>, -- sets color of nametag as ColorSpec
|
||||||
|
Loading…
Reference in New Issue
Block a user