This commit is contained in:
2025-08-14 13:42:49 +08:00
parent 3703b148e9
commit 3b4ce5b33e
13 changed files with 3036 additions and 31608 deletions

View File

@@ -11,7 +11,7 @@ import { getSkills, Quality } from "../common/config/SkillSet";
import { getEnhancement } from "../common/config/LevelUp";
import { FightSet } from "../common/config/Mission";
import { oops } from "db://oops-framework/core/Oops";
import { getHeroListByCalled } from "../common/config/heroSet";
import { getHeroList } from "../common/config/heroSet";
const { ccclass, property } = _decorator;
@@ -127,7 +127,7 @@ export class CardsCompComp extends CCComp {
}
hero_select(data:any){
let list=getHeroListByCalled(3,data.called)
let list=getHeroList(data.called)
console.log("[CardsComp]:英雄选择卡牌列表",list)
this.card1c.hero_select(list[0])
this.card2c.hero_select(list[1])