删除好多英雄 专精几个英雄,继续英雄页面
This commit is contained in:
@@ -81,10 +81,10 @@ export class BuffComp extends Component {
|
||||
|
||||
|
||||
max_show(){
|
||||
this.node.getChildByName("max").active=true
|
||||
this.scheduleOnce(()=>{
|
||||
this.node.getChildByName("max").active=false
|
||||
},0.8)
|
||||
// this.node.getChildByName("max").active=true
|
||||
// this.scheduleOnce(()=>{
|
||||
// this.node.getChildByName("max").active=false
|
||||
// },0.8)
|
||||
}
|
||||
show_do_buff(name:string){
|
||||
var path = "game/skills/"+name;
|
||||
|
||||
Reference in New Issue
Block a user