1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00
This commit is contained in:
SmallJoker 2025-06-16 18:10:44 +02:00
parent 4b3a809021
commit 25a319bb23
4 changed files with 22 additions and 16 deletions

View file

@ -99,6 +99,7 @@ public:
std::string hotbar_image = "";
std::string hotbar_selected_image = "";
/// Temporary player inventory formspec. Empty value = feature inactive.
std::string inventory_formspec_override;
video::SColor light_color = video::SColor(255, 255, 255, 255);