mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add support for using textures in hotbar
This commit is contained in:
parent
fead7a27ca
commit
439079cad8
2 changed files with 50 additions and 22 deletions
|
@ -106,6 +106,8 @@ public:
|
|||
video::SColor crosshair_argb;
|
||||
video::SColor selectionbox_argb;
|
||||
bool use_crosshair_image;
|
||||
bool use_hotbar_border_img;
|
||||
bool use_hotbar_bg_img;
|
||||
|
||||
Hud(video::IVideoDriver *driver, gui::IGUIEnvironment* guienv,
|
||||
gui::IGUIFont *font, u32 text_height, IGameDef *gamedef,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue