Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add object crosshair, disable entity selectionboxes by default (#9523)
Adds new object crosshair base pack texture
- Loading branch information
Showing
with
55 additions
and 10 deletions.
- +4 −1 builtin/settingtypes.txt
- +6 −1 doc/texture_packs.txt
- +2 −2 minetest.conf.example
- +3 −0 src/client/game.cpp
- +34 −5 src/client/hud.cpp
- +4 −0 src/client/hud.h
- +1 −0 src/client/render/core.cpp
- +1 −1 src/defaultsettings.cpp