对UI进行调整
This commit is contained in:
@@ -32,7 +32,7 @@ export class SChipComp extends Component {
|
||||
}
|
||||
|
||||
if(uuid == 0){ return;}
|
||||
var icon_path = "game/skills/skill_icon"
|
||||
var icon_path = "game/heros/cards"
|
||||
// console.log("update_data",SkillSet[uuid].path)
|
||||
resources.load(icon_path, SpriteAtlas, (err: any, atlas) => {
|
||||
const sprite = this.node.getChildByName("skill").getChildByName("icon").getComponent(Sprite);
|
||||
|
||||
Reference in New Issue
Block a user