diff --git a/dll/dll/settings.h b/dll/dll/settings.h index 942d7d9c..0d13e15f 100644 --- a/dll/dll/settings.h +++ b/dll/dll/settings.h @@ -118,28 +118,28 @@ struct Overlay_Appearance { constexpr const static NotificationPosition default_pos = NotificationPosition::top_right; - float font_size = 13.5; - float icon_size = 64.0; - float notification_r = 0.16; - float notification_g = 0.29; - float notification_b = 0.48; - float notification_a = 1.0; - float background_r = -1.0; - float background_g = -1.0; - float background_b = -1.0; - float background_a = -1.0; - float element_r = -1.0; - float element_g = -1.0; - float element_b = -1.0; - float element_a = -1.0; - float element_hovered_r = -1.0; - float element_hovered_g = -1.0; - float element_hovered_b = -1.0; - float element_hovered_a = -1.0; - float element_active_r = -1.0; - float element_active_g = -1.0; - float element_active_b = -1.0; - float element_active_a = -1.0; + float font_size = 13.5f; + float icon_size = 64.0f; + float notification_r = 0.16f; + float notification_g = 0.29f; + float notification_b = 0.48f; + float notification_a = 1.0f; + float background_r = -1.0f; + float background_g = -1.0f; + float background_b = -1.0f; + float background_a = -1.0f; + float element_r = -1.0f; + float element_g = -1.0f; + float element_b = -1.0f; + float element_a = -1.0f; + float element_hovered_r = -1.0f; + float element_hovered_g = -1.0f; + float element_hovered_b = -1.0f; + float element_hovered_a = -1.0f; + float element_active_r = -1.0f; + float element_active_g = -1.0f; + float element_active_b = -1.0f; + float element_active_a = -1.0f; NotificationPosition ach_earned_pos = default_pos; // achievement earned NotificationPosition invite_pos = default_pos; // lobby/game invitation