Add UI roudness
This commit is contained in:
@@ -52,8 +52,11 @@ typedef struct BzUILayout {
|
||||
} BzUILayout;
|
||||
|
||||
typedef struct BzUIStyle {
|
||||
i32 fontSize;
|
||||
i32 borderWidth;
|
||||
Font font;
|
||||
f32 fontSize;
|
||||
f32 fontSpacing;
|
||||
f32 borderThickness;
|
||||
f32 roundness;
|
||||
Color textColor;
|
||||
Color textHoverColor;
|
||||
Color textActiveColor;
|
||||
|
||||
Reference in New Issue
Block a user