Skip to content

Commit

Permalink
Merge pull request #846 from AntlerForce/darkerbackground
Browse files Browse the repository at this point in the history
20% darker background setting for new configs
  • Loading branch information
AntlerForce authored Dec 6, 2024
2 parents 8e832eb + 621a4eb commit 5cd4022
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 5cd4022

Please sign in to comment.