去掉了 技能系统,技能由单个精灵独立处理

This commit is contained in:
2025-06-02 20:25:23 +08:00
parent c9a499e38b
commit 3fbfc2ea09
68 changed files with 3923 additions and 11907 deletions

View File

@@ -1,5 +1,7 @@
import { oops } from "db://oops-framework/core/Oops";
import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
import { HeroViewComp } from "./HeroViewComp";
import { GameEvent } from "../common/config/GameEvent";
/**
* 角色属性数据
@@ -9,6 +11,9 @@ export class HartModelComp extends ecs.Comp {
onLoad(){
console.log("HartModel加载",this)
}
start(){
oops.message.dispatchEvent(GameEvent.FightReady,this)
}
reset() {
}