initial game over slowdown (will tween the rate / fade out later)

This commit is contained in:
Kevin Ngo
2018-10-10 23:21:48 -07:00
parent c9f94914a5
commit 69a755da90
4 changed files with 9 additions and 11 deletions

View File

@@ -143,9 +143,6 @@ AFRAME.registerState({
state.menuSelectedChallenge.image = utils.getS3FileUrl(id, 'image.jpg');
state.menuSelectedChallenge.downloadsText = `${challengeData.downloads} Plays`;
computeMenuSelectedChallengeIndex(state);
state.challenge.isLoading = true;
state.isSongLoading = true;
},
menuchallengeunselect: () => {
@@ -197,6 +194,8 @@ AFRAME.registerState({
state.menuSelectedChallenge.id = '';
state.keyboardActive = false;
state.challenge.isLoading = true;
state.isSongLoading = true;
},
searchprevpage: function (state) {