From 12dc618e1d5cb318afbbd378c90f146fb702d35a Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Sun, 2 Dec 2018 19:40:14 -0800 Subject: [PATCH] restore glow, accident removed --- src/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.html b/src/index.html index 31f5715..00b2337 100644 --- a/src/index.html +++ b/src/index.html @@ -22,6 +22,7 @@ bind__gameover="isGameOver: isGameOver" bind__intro-song="isPlaying: menuActive && !menuSelectedChallenge.id; isSearching: isSearching" bind__leaderboard="isVictory: isVictory; menuSelectedChallengeId: menuSelectedChallenge.id; challengeId: challenge.id" + bind__overlay="enabled: !isPlaying" bind__song="challengeId: challenge.id; isPlaying: isPlaying; isBeatsPreloaded: challenge.isBeatsPreloaded; isGameOver: isGameOver; isVictory: isVictory" bind__song-preview-system="challengeId: challenge.id; isSearching: isSearching; isSongLoading: isSongLoading; selectedChallengeId: menuSelectedChallenge.id" animation__gameover="property: object3D.background; type: color; to: #750000; startEvents: gameover" @@ -31,6 +32,7 @@ debug-controller debug-song-time debug-state + effect-bloom="strength: 1" gpu-preloader leaderboard="apiKey: AIzaSyBCnpzND3eN37CBSu1bSYfaKQoe6yD3SnY; authDomain: supersaberrr.firebaseapp.com; databaseURL: https://supersaberrr.firebaseio.com; projectId: supersaberrr; storageBucket: supersaberrr.appspot.com; messagingSenderId: 172125624222" loading-screen="backgroundColor: #000;"