mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add object crosshair, disable entity selectionboxes by default (#9523)
Adds new object crosshair base pack texture
This commit is contained in:
parent
4fa1e03f68
commit
88ffd64124
8 changed files with 55 additions and 10 deletions
|
@ -45,12 +45,16 @@ public:
|
|||
|
||||
video::SColor crosshair_argb;
|
||||
video::SColor selectionbox_argb;
|
||||
|
||||
bool use_crosshair_image = false;
|
||||
bool use_object_crosshair_image = false;
|
||||
std::string hotbar_image = "";
|
||||
bool use_hotbar_image = false;
|
||||
std::string hotbar_selected_image = "";
|
||||
bool use_hotbar_selected_image = false;
|
||||
|
||||
bool pointing_at_object = false;
|
||||
|
||||
Hud(gui::IGUIEnvironment *guienv, Client *client, LocalPlayer *player,
|
||||
Inventory *inventory);
|
||||
~Hud();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue