1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Improve waypoints and add image variant (#9480)

This commit is contained in:
Lars Müller 2020-04-11 23:09:46 +02:00 committed by GitHub
parent f780bae05c
commit af2e6a6a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 118 additions and 47 deletions

View file

@ -81,6 +81,7 @@ public:
void drawLuaElements(const v3s16 &camera_offset);
private:
bool calculateScreenPos(const v3s16 &camera_offset, HudElement *e, v2s32 *pos);
void drawStatbar(v2s32 pos, u16 corner, u16 drawdir, const std::string &texture,
s32 count, v2s32 offset, v2s32 size = v2s32());