Remove unnecessary overlay class. Probably remaining of copy-paste
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user