tweaks
This commit is contained in:
committed by
Diego Marcos
parent
5ae970b04a
commit
cba2bb9459
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user