mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Improve waypoints and add image variant (#9480)
This commit is contained in:
parent
f780bae05c
commit
af2e6a6a10
7 changed files with 118 additions and 47 deletions
|
@ -61,6 +61,7 @@ enum HudElementType {
|
|||
HUD_ELEM_STATBAR = 2,
|
||||
HUD_ELEM_INVENTORY = 3,
|
||||
HUD_ELEM_WAYPOINT = 4,
|
||||
HUD_ELEM_IMAGE_WAYPOINT = 5
|
||||
};
|
||||
|
||||
enum HudElementStat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue