added blur

This commit is contained in:
2026-07-11 22:20:26 +03:00
parent 26823609e7
commit 1618a41318
5 changed files with 55 additions and 2 deletions
@@ -39,6 +39,11 @@ namespace omath::hud::widget
float intensity = 1.f;
};
struct CanvasGlow
{
Glow glow;
};
// ── Standalone widgets ────────────────────────────────────────────────────
struct Box
{