restore stage colors to red/blue schema

This commit is contained in:
Kevin Ngo
2018-10-12 01:10:09 -07:00
parent 7f459109ca
commit eab3d67f39
3 changed files with 11 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ AFRAME.registerComponent('gameover', {
reset: function () {
this.beatContainer.object3D.position.z = 0;
this.el.sceneEl.setAttribute('stage-colors', 'color', 'blue');
},
triggerAnimations: function () {