技能动画添加

This commit is contained in:
2025-01-05 09:10:21 +08:00
parent 66f4a0de82
commit 511459c66c
118 changed files with 22272 additions and 8796 deletions

View File

@@ -78,7 +78,7 @@ export class MissionHomeComp extends CCComp {
let hc:number =HeroList.length
let parent= this.node.getChildByName("heros").getChildByName("view").getChildByName("content")
let height=Math.ceil(hc / 4)*140 +100
let height=Math.ceil(hc / 4)*160 +100
parent.getComponent(UITransform).height=height
for (let i = 0; i < hc; i++) {