清理了 一些buff 技能

This commit is contained in:
2025-10-22 17:11:03 +08:00
parent d987e0806f
commit e32a66cfc9
57 changed files with 1737 additions and 10163 deletions

View File

@@ -31,7 +31,7 @@ export class Tooltip extends ecs.Entity {
}
load(pos: Vec3 = Vec3.ZERO,type:number=1,vaule:string="",s_uuid:number=1001,parent:any=null,cd:number=1) {
var path = "game/skills/tooltip";
var path = "game/skill/buff/tooltip";
var prefab: Prefab = oops.res.get(path, Prefab)!;
var node = instantiate(prefab);
node.parent = parent;