【测试战斗】修复测试战斗按钮层级过高遮挡伤害数字的问题
parent
4fd822a333
commit
b7269ccf89
|
@ -273,7 +273,7 @@ function this:OnOpen()
|
|||
end)
|
||||
|
||||
|
||||
this.SkillOption:GetComponent("Canvas").sortingOrder = BattleManager.GetBattleSorting() + 200
|
||||
this.SkillOption:GetComponent("Canvas").sortingOrder = BattleManager.GetBattleSorting() + 20
|
||||
end
|
||||
|
||||
-- 设置数据
|
||||
|
|
Loading…
Reference in New Issue