This commit is contained in:
2024-08-13 17:06:10 +08:00
parent 825457fd0e
commit 876a56c8c1
17 changed files with 2156 additions and 610 deletions

View File

@@ -70,6 +70,7 @@ export class HeroCardViewComp extends CCComp {
this.ent.destroy();
smc.vm_data.gold.min -= CardSet[this.card_uid].level;
}else{
oops.gui.toast("金币不够");
this.node.setPosition(this.pos_x,this.pos_y);
}
}