improvement

This commit is contained in:
2026-07-11 23:17:14 +03:00
parent cbe220664f
commit fb1ffac240
7 changed files with 58 additions and 90 deletions
@@ -39,18 +39,10 @@ namespace omath::hud::widget
float intensity = 1.f;
};
enum class CanvasGlowMode
{
INSIDE,
OUTSIDE,
BOTH,
};
struct CanvasGlow
{
Glow glow;
int layers = 64;
CanvasGlowMode mode = CanvasGlowMode::INSIDE;
float rounding = 20.f;
};