This commit is contained in:
Diego F. Goberna
2018-12-05 21:51:52 +01:00
committed by Diego Marcos
parent 5ae970b04a
commit cba2bb9459
5 changed files with 150 additions and 150 deletions

View File

@@ -1,9 +1,9 @@
<a-mixin
id="gameMenuButton"
mixin="bigMenuButton"
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"
slice9="width: 1; height: 0.27; padding: 0.04"></a-mixin>
animation__mouseenter="property: components.slice9.material.color; type: color; from: #888; to: #fff; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
animation__mouseleave="property: components.slice9.material.color; type: color; from: #fff; to: #888; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"
slice9="width: 1; height: 0.27;"></a-mixin>
<a-mixin
id="gameMenuButtonText"