Skip to content

Commit

Permalink
20% darker background setting for new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntlerForce committed Dec 6, 2024
1 parent 8e832eb commit 621a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/chobby/components/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 621a4eb

Please sign in to comment.