settingtypes.txt 856 B

12345678910111213141516171819
  1. # Version of player model.
  2. #
  3. # Player models supported by this mod:
  4. # . -- `MTG_4_Jun_2017` (minetest_game after 4 Jun 2017, 0.4.16)
  5. # . -- `MTG_4_Nov_2017` (minetest_game after 4 Nov 2017, 0.5.0)
  6. playeranim.model_version (Version of player model) enum MTG_4_Nov_2017 MTG_4_Jun_2017,MTG_4_Nov_2017
  7. # The number of frame delay of sideways body rotation. (between 1 and 20).
  8. playeranim.body_rotation_delay (The delay of sideways body rotation) int 7 1 20
  9. # The degrees of the body's X-axis rotation in sneaking.
  10. playeranim.body_x_rotation_sneak (Lengthways body rotation in sneaking) float 6.0
  11. # The number of stepping per seconds.
  12. playeranim.animation_speed (The speed of an animation) float 2.4
  13. # The number of stepping per seconds in sneaking.
  14. playeranim.animation_speed_sneak (The speed of an animation in sneaking) float 0.8