对UI进行调整
This commit is contained in:
@@ -17,7 +17,7 @@ export class MSCard extends ecs.Entity {
|
||||
}
|
||||
load(uuid:number=1001,parent:any,zone:number=0) {
|
||||
var path = "game/gui/MSCard";
|
||||
var icon_path = "game/skills/skill_icon"
|
||||
var icon_path = "game/heros/cards"
|
||||
var prefab: Prefab = oops.res.get(path, Prefab)!;
|
||||
console.log("load_hcard",prefab)
|
||||
var node = instantiate(prefab);
|
||||
|
||||
Reference in New Issue
Block a user