奖励页面ui 修改完成

This commit is contained in:
2024-12-24 17:22:01 +08:00
parent 401d3bca75
commit 38d4858dae
13 changed files with 12760 additions and 13808 deletions

View File

@@ -48,11 +48,11 @@ export class MissionHomeComp extends CCComp {
}
this.heros=[]
this.heros_pos=[
{uuid:0,px:-300},
{uuid:0,px:-200},
{uuid:0,px:-100},
{uuid:0,px:0},
{uuid:0,px:100},
{uuid:0,px:0},
{uuid:0,px:-100},
{uuid:0,px:-200},
{uuid:0,px:-300},
]
let home =this.node.parent.getComponent(CardControllerComp);