dd
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6833,10 +6833,10 @@
|
||||
"height": 118,
|
||||
"rawWidth": 124,
|
||||
"rawHeight": 118,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 52,
|
||||
"borderBottom": 66,
|
||||
"borderLeft": 62,
|
||||
"borderRight": 62,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
@@ -7845,8 +7845,8 @@
|
||||
"height": 41,
|
||||
"rawWidth": 36,
|
||||
"rawHeight": 41,
|
||||
"borderTop": 20.5,
|
||||
"borderBottom": 20.5,
|
||||
"borderTop": 20,
|
||||
"borderBottom": 20,
|
||||
"borderLeft": 18,
|
||||
"borderRight": 18,
|
||||
"packable": true,
|
||||
|
||||
@@ -45,7 +45,7 @@ export class CardComp extends CCComp {
|
||||
talent_select(args: any,data:any){
|
||||
this.c_type=cardType.TALENT
|
||||
this.c_uuid=args.uuid
|
||||
this.talent_slot=data.slot
|
||||
// this.talent_slot=data.slot
|
||||
this.show_talent(this.c_uuid)
|
||||
this.node.getChildByName("show").active=false
|
||||
this.node.getChildByName("anim").getChildByName("up").getComponent(Animation).play('carsup')
|
||||
|
||||
@@ -293,7 +293,9 @@ export class MissionComp extends CCComp {
|
||||
call_friend_card(){
|
||||
oops.message.dispatchEvent(GameEvent.HeroSelect,{is_master:false})
|
||||
}
|
||||
|
||||
call_tal_card(){
|
||||
oops.message.dispatchEvent(GameEvent.TalentSelect)
|
||||
}
|
||||
call_func_card(){
|
||||
if(smc.vmdata.mission_data.gold < smc.vmdata.mission_data.lucky_gold){
|
||||
oops.gui.toast("金币不足", false);
|
||||
|
||||
Reference in New Issue
Block a user