|
@@ -25,10 +25,10 @@ cc.Class({
|
|
|
onSetBtnBundle(data){
|
|
|
// if(data.wKindID != 3100) return;
|
|
|
cc.tween(this.spNode)
|
|
|
- .to(0.8, { opacity: 255 })
|
|
|
+ .to(1.5, { opacity: 255 })
|
|
|
.start();
|
|
|
cc.tween(this.staticBG)
|
|
|
- .to(0.5, { opacity: 0 })
|
|
|
+ .to(1, { opacity: 0 })
|
|
|
.start();
|
|
|
|
|
|
let self = this;
|