Reverse overlay activation flag. Overlay is enabled when menu is active
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
bind__beat-loader="challengeId: challenge.id; difficulty: challenge.difficulty"
|
||||
bind__song="challengeId: challenge.id; isPlaying: !menu.active && !challenge.isLoading"
|
||||
bind__song-preview-system="selectedChallengeId: menuSelectedChallenge.id"
|
||||
bind__overlay="enabled: !menu.active"
|
||||
bind__overlay="enabled: menu.active"
|
||||
console-shortcuts
|
||||
debug-controller
|
||||
effect-bloom="strength: 1"
|
||||
|
||||
Reference in New Issue
Block a user