奖励完善

This commit is contained in:
2024-12-01 10:10:57 +08:00
parent 8af6510302
commit 39b19eaef1
64 changed files with 3817 additions and 10321 deletions

View File

@@ -15,7 +15,7 @@ export class MSkill extends ecs.Entity {
// this.addComponents<ecs.Comp>();
}
load(box_group:number=0,uuid:number=1001) {
var path = "game/hero/mskill";
var path = "game/heros/mskill";
var prefab: Prefab = oops.res.get(path, Prefab)!;
var node = instantiate(prefab);
let entityLayer =smc.map.MapView.scene.entityLayer!.node!