mirror of
https://github.com/orange-cpp/omath.git
synced 2026-08-07 21:42:05 +00:00
improved outline arguments
This commit is contained in:
@@ -30,6 +30,11 @@ namespace omath::hud::widget
|
||||
float thickness = 1.f;
|
||||
};
|
||||
|
||||
enum class Outlined
|
||||
{
|
||||
Off,
|
||||
On,
|
||||
};
|
||||
struct CorneredBox
|
||||
{
|
||||
Color color;
|
||||
@@ -118,7 +123,7 @@ namespace omath::hud::widget
|
||||
{
|
||||
Color color;
|
||||
float offset;
|
||||
bool outlined;
|
||||
Outlined outlined;
|
||||
std::string_view text;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user