fix beat-loader bind

This commit is contained in:
Kevin Ngo
2018-10-09 17:19:54 -07:00
parent 52b9b19cf5
commit f258f6521c

View File

@@ -9,7 +9,7 @@
<audio id="introSong" src="assets/sounds/introSong.ogg" loop></audio>
<a-scene
bind__beat-loader="challengeId: challenge.id; difficulty: challenge.difficulty; isPaused: !isPlaying"
bind__beat-loader="challengeId: challenge.id; difficulty: challenge.difficulty; isPlaying: !isPlaying"
bind__gameover="isGameOver: isGameOver"
bind__intro-song="isPlaying: menu.active && !menuSelectedChallenge.id"
bind__song="challengeId: challenge.id; isPlaying: isPlaying && !challenge.isLoading"