Explorar o código

调整大象历史记录的颜色.

zhaoyu_ma hai 4 meses
pai
achega
edeea907a3

+ 1 - 2
luckypot_sp/assets/Lobby/scripts/history/SlotHistoryChooseDev.js

@@ -44,10 +44,9 @@ cc.Class({
         this.colorDark = new cc.Color(166, 164, 169); //暗
         this.colorBright = new cc.Color(255, 194, 30); //亮
         let curKind = cc.vv.serverListData.getCurRoomData().KindID;
-        if(curKind == 3105){
+        if(curKind == 3104){
             this.colorBright = new cc.Color(221, 92, 42); //亮
         }
-
         this.months = [1,2,3,4,5,6,7,8,9,10,11,12];
     },
 

+ 1 - 0
luckypot_sp/assets/Lobby/scripts/history/SlotHistoryDetailArrowDev.js

@@ -50,6 +50,7 @@ cc.Class({
             labScore.string = '';
             labScoreSelect.string = '';
 
+            tNode.getChildByName('labDes').active = this.detailJs.curScrollIndex != i;
             tNode.getChildByName('labDesSelect').active = this.detailJs.curScrollIndex == i;
             tNode.getChildByName('labScoreSelect').active = this.detailJs.curScrollIndex == i;
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 232 - 232
luckypot_sp/assets/SubGame/slotGaneshabundle/slotGaneshaprefab/slotHistoryDev.prefab


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio