aoe技能继续添加

This commit is contained in:
2025-06-20 16:29:11 +08:00
parent 211dd26ca3
commit 6ce9fc4c48
14 changed files with 178 additions and 226 deletions

View File

@@ -94,7 +94,7 @@ export class Skill extends ecs.Entity {
// 设置技能组件属性
Object.assign(SComp, {
s_uuid: uuid,
animType: config.AnimType,
AType: config.AType,
speed: config.speed,
atk_count: 0,
startPos: startPos,