This commit is contained in:
2024-09-30 08:39:10 +08:00
parent 45e1265e51
commit 5d79ad7d4f
28 changed files with 6057 additions and 10195 deletions

View File

@@ -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,