This commit is contained in:
pan
2024-08-19 17:27:31 +08:00
parent 8f57f57c1d
commit 3994ba359a
14 changed files with 1081 additions and 524 deletions

View File

@@ -24,7 +24,7 @@ export class SingletonModuleComp extends ecs.Comp {
/**怪物数据 数组 */
monsters = []
/**heros 数据 */
heros = [];
heros:any = [];
monsters_in=[]
heros_in = []
monsters_dead = []
@@ -54,8 +54,8 @@ export class SingletonModuleComp extends ecs.Comp {
level:1,
level_max:4,
eid:0,
ref_cost:1,
up_cost:6,
ref_cost:2,
up_cost:4,
},
hp: {
min:20,
@@ -66,8 +66,8 @@ export class SingletonModuleComp extends ecs.Comp {
max: 30
},
gold: {
min: 10,
max: 10,
min: 3,
max: 3,
max_limit:10,
time:0,
cd:10,