diff options
author | BlockMen <nmuelll@web.de> | 2013-08-01 01:09:57 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-08-25 18:49:10 +0200 |
commit | 439079cad8f15028fffebb05aed5ae6c0da9bfab (patch) | |
tree | 74ac210a1e0cd5f8552a077306fa8ec3eac8e994 /src/hud.h | |
parent | fead7a27ca14e0f657d4c7975faf207f4b881031 (diff) | |
download | minetest-439079cad8f15028fffebb05aed5ae6c0da9bfab.tar.gz minetest-439079cad8f15028fffebb05aed5ae6c0da9bfab.tar.bz2 minetest-439079cad8f15028fffebb05aed5ae6c0da9bfab.zip |
Add support for using textures in hotbar
Diffstat (limited to 'src/hud.h')
-rw-r--r-- | src/hud.h | 2 |
1 files changed, 2 insertions, 0 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, |