Reverse overlay activation flag. Overlay is enabled when menu is active

This commit is contained in:
Diego Marcos
2018-09-24 19:06:14 -07:00
parent 4779d0ecc6
commit 1a95c5ba30

View File

@@ -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"