This commit is contained in:
2024-08-07 16:21:56 +08:00
parent 45e37e1368
commit c19a6b5316
8 changed files with 1577 additions and 71 deletions

View File

@@ -38,7 +38,7 @@ export class SingletonModuleComp extends ecs.Comp {
/** 下级经验 */
speed : 0,
hp: {
min:30,
min:20,
max:30
},
power: {
@@ -49,6 +49,11 @@ export class SingletonModuleComp extends ecs.Comp {
min: 0,
max: 10
},
shuaxin: {
min: 0,
max: 20,
speed:1,
},
};
vmAdd() {