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