森罗幻境动画删除
parent
0c91a81329
commit
49e94e9204
|
@ -235,12 +235,6 @@ function this.SetRoleList(_roleDatas)
|
|||
this.ScrollView:SetData(_roleDatas, function(index, go)
|
||||
this.SingleHeroDataShow(go, _roleDatas[index])
|
||||
end)
|
||||
this.ScrollView:ForeachItemGO(function(index, go)
|
||||
Timer.New(function()
|
||||
go.gameObject:SetActive(true)
|
||||
PlayUIAnim(go.gameObject)
|
||||
end, 0.01 * (index - 1)):Start()
|
||||
end)
|
||||
end
|
||||
--设置单个英雄数据
|
||||
function this.SingleHeroDataShow(_go, _heroData)
|
||||
|
|
Loading…
Reference in New Issue