mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Player eye height: Make this a settable player object property
This commit is contained in:
@@ -59,6 +59,7 @@ struct ObjectProperties
|
||||
//! For dropped items, this contains item information.
|
||||
std::string wield_item;
|
||||
bool static_save = true;
|
||||
float eye_height = 1.625f;
|
||||
|
||||
ObjectProperties();
|
||||
std::string dump();
|
||||
|
Reference in New Issue
Block a user