【战斗】测试战斗跳过按钮遮挡
parent
0ce834e220
commit
58ce5ad4d8
|
@ -257,6 +257,8 @@ function this:OnSortingOrderChange()
|
|||
orginLayer = this.sortingOrder
|
||||
|
||||
BattleView:OnSortingOrderChange(this.sortingOrder)
|
||||
this.UpRoot:GetComponent("Canvas").sortingOrder = this.sortingOrder + 10
|
||||
this.DownRoot:GetComponent("Canvas").sortingOrder = this.sortingOrder + 10
|
||||
end
|
||||
|
||||
--界面打开时调用(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue