1
0
Fork 0
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:
BlockMen 2013-08-01 01:09:57 +02:00 committed by Kahrl
parent fead7a27ca
commit 439079cad8
2 changed files with 50 additions and 22 deletions

View file

@ -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,