Skip to content

Commit

Permalink
Better I think
Browse files Browse the repository at this point in the history
  • Loading branch information
Zughy authored Sep 8, 2024
1 parent 44204cc commit 1ea1720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8895,8 +8895,8 @@ Player properties need to be saved manually.
stepheight = 0,
-- If positive number, object will climb upwards when it moves
-- horizontally against a `walkable` node, if the height difference
-- is within `stepheight` and if the object current max Y is greater
-- or equal than the node max Y.
-- is within `stepheight` and if the object current max Y in the world
-- is greater or equal than the node's.

automatic_face_movement_dir = 0.0,
-- Automatically set yaw to movement direction, offset in degrees.
Expand Down

0 comments on commit 1ea1720

Please sign in to comment.