mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use stepheight from CAO instead of hardcoded value
This commit is contained in:
parent
5ebf8f9450
commit
45ab62d6a3
4 changed files with 19 additions and 3 deletions
|
@ -90,6 +90,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
// Maximum hit points of a player
|
||||
#define PLAYER_MAX_HP 20
|
||||
|
||||
// Player weight
|
||||
#define PLAYER_DEFAULT_WEIGHT 75
|
||||
|
||||
// Player step height
|
||||
#define PLAYER_DEFAULT_STEPHEIGHT 0.6f
|
||||
|
||||
// Maximal breath of a player
|
||||
#define PLAYER_MAX_BREATH 11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue