Remove unnecessary overlay class. Probably remaining of copy-paste

This commit is contained in:
Diego Marcos
2018-10-29 14:40:53 -07:00
parent 09079cc364
commit 110c2984e1

View File

@@ -1,6 +1,5 @@
<a-mixin
id="gameMenuButton"
class="overlay"
mixin="slice"
animation__mouseenter="property: components.slice9.material.color; type: color; from: #050505; to: #067197; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
animation__mouseleave="property: components.slice9.material.color; type: color; from: #067197; to: #050505; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"