Browse Source

菜单底图

master
cristianoxin 5 months ago
parent
commit
724899beb4
  1. BIN
      assets/10001/res/game/menu/pic_caidan.png
  2. 1
      assets/10001/src/game/logic/TeenPattiePlayerLogic.ts

BIN
assets/10001/res/game/menu/pic_caidan.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

1
assets/10001/src/game/logic/TeenPattiePlayerLogic.ts

@ -706,7 +706,6 @@ export class TeenPattiePlayerLogic extends Component {
for(let i=0;i<cards.length;i++){
if(cards[i].SeatId == this.data?.SeatId){
this.seeCards.selfSeeCards(cards,this,true);
console.warn("结算翻牌:",cards[i]);
}
}

Loading…
Cancel
Save