dd
This commit is contained in:
@@ -79,7 +79,10 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
mission:{
|
||||
play:false,
|
||||
pause:false,
|
||||
refresh_timer:4,
|
||||
refresh_timer:3,
|
||||
mission_lv:1,
|
||||
boss_cd:10,
|
||||
bboss_cd:10,
|
||||
victory:0,
|
||||
once:6, //每波刷新怪物数量
|
||||
total:120, //总怪物数
|
||||
@@ -115,8 +118,13 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
}
|
||||
},
|
||||
role:{
|
||||
hp:3000,
|
||||
hp_max:3000,
|
||||
mission:1,
|
||||
mission_finish:false,
|
||||
mission_num:0,
|
||||
mission_num_max:5,
|
||||
hero_num:12,
|
||||
hp:300,
|
||||
hp_max:300,
|
||||
speed:60,
|
||||
atk:10,
|
||||
atk_dis:100,
|
||||
|
||||
Reference in New Issue
Block a user