diff --git a/src/components/beat.js b/src/components/beat.js
index 2d19ef6..45ab4ea 100644
--- a/src/components/beat.js
+++ b/src/components/beat.js
@@ -193,10 +193,9 @@ AFRAME.registerComponent('beat', {
var wrongEl = hand === 'left' ? this.wrongElLeft : this.wrongElRight;
if (!wrongEl) { return; }
wrongEl.object3D.position.copy(this.el.object3D.position);
- wrongEl.object3D.position.y += 0.5;
+ wrongEl.object3D.position.y += 0.2;
wrongEl.object3D.position.z -= 0.5;
wrongEl.object3D.visible = true;
- wrongEl.object3D.material.opacity = 1;
wrongEl.emit('beatwrong');
this.destroyed = true;
},
diff --git a/src/index.html b/src/index.html
index 7bd6f1c..551de6e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -66,12 +66,12 @@
-
@@ -86,10 +86,10 @@
-
-
-
-
+
+
+
+