环境技能基本完成 todo 技能cd动画 技能执行

This commit is contained in:
2024-12-12 00:14:04 +08:00
parent f8e7ebaadd
commit 2bfd6a26e4
9 changed files with 4181 additions and 3289 deletions

View File

@@ -50,7 +50,7 @@ export class SingletonModuleComp extends ecs.Comp {
lv:1,
victory:0,
mskill:1001,
mmskill:1001,
mmskill:1002,
}
/** 游戏主角 */
@@ -77,8 +77,8 @@ export class SingletonModuleComp extends ecs.Comp {
total:1, //总怪物数
exp:0,
exp_max:100,
m_exp:0,
m_exp_max:100,
mexp:0,
mexp_max:100,
hp:0,
ap:0,
def:0,