mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
New HUD element - waypoint.
This commit is contained in:
parent
3f0ee5d680
commit
21f1bec724
8 changed files with 85 additions and 9 deletions
|
@ -204,6 +204,7 @@ struct ClientEvent
|
|||
u32 dir;
|
||||
v2f *align;
|
||||
v2f *offset;
|
||||
v3f *world_pos;
|
||||
} hudadd;
|
||||
struct{
|
||||
u32 id;
|
||||
|
@ -214,6 +215,7 @@ struct ClientEvent
|
|||
v2f *v2fdata;
|
||||
std::string *sdata;
|
||||
u32 data;
|
||||
v3f *v3fdata;
|
||||
} hudchange;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue