dd
This commit is contained in:
@@ -76,7 +76,6 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
game_pause:false,
|
||||
gems: 4,
|
||||
unlock:5,
|
||||
|
||||
mission:{
|
||||
once:6, //每波刷新怪物数量
|
||||
total:120, //总怪物数
|
||||
@@ -89,6 +88,16 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
g_level:1,
|
||||
g_time:0,
|
||||
m_less:0,
|
||||
hero:{
|
||||
reward_atk:0,
|
||||
reward_atk_cd:0,
|
||||
reward_hp:0,
|
||||
},
|
||||
role:{
|
||||
reward_atk:0,
|
||||
reward_atk_cd:0,
|
||||
reward_hp:0,
|
||||
}
|
||||
},
|
||||
role:{
|
||||
hp:3000,
|
||||
|
||||
@@ -395,8 +395,6 @@ export class HeroViewComp extends CCComp {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
heathed(){
|
||||
this.node.getChildByName("heathed").active=true
|
||||
// var path = "game/skills/heathed";
|
||||
|
||||
Reference in New Issue
Block a user