Made the ui_resize_border_width percent based instead of pixel based.

This commit is contained in:
2024-03-09 14:24:02 -05:00
parent 4a53a158e0
commit 7b69723f35
6 changed files with 36 additions and 38 deletions

View File

@ -128,7 +128,7 @@ AppConfig :: struct {
engine_refresh_hz : uint,
ui_resize_border_width : uint,
ui_resize_border_width : f32,
}
State :: struct {