mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Added support to disable built-in HUD elements
This commit is contained in:
parent
33dd267fd9
commit
e703c5b81f
13 changed files with 138 additions and 11 deletions
|
@ -245,6 +245,7 @@ public:
|
|||
u32 keyPressed;
|
||||
|
||||
std::vector<HudElement *> hud;
|
||||
u32 hud_flags;
|
||||
|
||||
protected:
|
||||
IGameDef *m_gamedef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue