added skeleton

This commit is contained in:
2026-03-15 04:59:47 +03:00
parent e849d23c47
commit a45f095b9c
3 changed files with 57 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ namespace omath::hud
void add_dashed_box(const Color& color, float dash_len = 8.f, float gap_len = 5.f,
float thickness = 1.f) const;
void add_skeleton(const Color& color, float thickness = 1.f) const;
void add_bottom_bar(const Color& color, const Color& outline_color, const Color& bg_color, float height,
float ratio, float offset = 5.f);