zhaoyu_ma 2 місяців тому
батько
коміт
558ac11627

+ 2 - 2
luckypot_sp/assets/Lobby/scripts/homesence/GameBtn/GameBtn3100.js

@@ -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;

+ 2 - 2
luckypot_sp/assets/Lobby/scripts/homesence/GameBtn/GameBtn3101.js

@@ -17,10 +17,10 @@ cc.Class({
     onSetBtnBundle(data){
         // if(data.wKindID != 3101) 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;