From 621a4eb0bc5ce09870ba492b441d1e3746d850d4 Mon Sep 17 00:00:00 2001 From: Moose <124457076+AntlerForce@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:54:50 -0700 Subject: [PATCH] 20% darker background setting for new configs --- LuaMenu/widgets/chobby/components/configuration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaMenu/widgets/chobby/components/configuration.lua b/LuaMenu/widgets/chobby/components/configuration.lua index c9d7e07f4..c42e9d011 100644 --- a/LuaMenu/widgets/chobby/components/configuration.lua +++ b/LuaMenu/widgets/chobby/components/configuration.lua @@ -303,7 +303,7 @@ function Configuration:init() self.useSpringRestart = false self.menuMusicVolume = 0.5 self.menuNotificationVolume = 0.8 - self.menuBackgroundBrightness = 1 + self.menuBackgroundBrightness = 0.8 self.gameOverlayOpacity = 0.5 self.coopConnectDelay = 5 self.showMatchMakerBattles = false