英雄设定大概完成,接下来需要借鉴其他热门游戏设定,再修改

This commit is contained in:
2025-01-21 10:53:07 +08:00
parent 478cf13f5e
commit 34039c3ca7
19 changed files with 1501 additions and 309 deletions

View File

@@ -74,6 +74,7 @@ export class BuffComp extends Component {
let comp=node.getComponent(BuffGet)
comp.init(name)
}
show_wind(t:number=1){
this.wind_cd = t;
this.node.getChildByName("wind").active = true;