属性弹窗++

This commit is contained in:
2025-06-26 10:49:08 +08:00
parent 862777a9c7
commit d31c495a54
7 changed files with 13616 additions and 3918 deletions

View File

@@ -55,6 +55,10 @@ export class SingletonModuleComp extends ecs.Comp {
dod:99,
dod_no:false,
crit_no:false,
wind:0,
thorns:0,
lifesteal:0,
},
friend:{
hp:0,
@@ -72,6 +76,9 @@ export class SingletonModuleComp extends ecs.Comp {
dod:99,
dod_no:false,
crit_no:false,
wind:0,
thorns:0,
lifesteal:0,
},
boss:{
hp:0,
@@ -89,6 +96,9 @@ export class SingletonModuleComp extends ecs.Comp {
dod:99,
dod_no:false,
crit_no:false,
wind:0,
thorns:0,
lifesteal:0,
},
};
vmAdd() {