fix slice default color

This commit is contained in:
Kevin Ngo
2018-12-10 15:45:03 -08:00
parent 2779d875a6
commit 9582c4b59c

View File

@@ -161,7 +161,7 @@
<a-mixin
id="bigMenuButton"
mixin="slice"
slice9="src: #slicebtnImg; color: #999; width: 1; right: 52; bottom: 47; left: 77; top: 73; height: 0.22; padding: 0.1"
slice9="src: #slicebtnImg; color: #CCC; width: 1; right: 52; bottom: 47; left: 77; top: 73; height: 0.22; padding: 0.1"
animation__mouseenter1="property: components.slice9.material.color; type: color; from: #CCC; to: #FFF; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
animation__mouseleave1="property: components.slice9.material.color; type: color; from: #FFF; to: #CCC; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"
animation__mouseenter2="property: scale; from: 1 1 1; to: 1.04 1.04 1.04; startEvents: mouseenter; pauseEvents: mouseleave; dur: 80"