【家园】特效层级修改

dev_chengFeng
ZhangBiao 2022-01-12 15:55:24 +08:00
parent a74799caea
commit 1e8cceea57
1 changed files with 5 additions and 0 deletions

View File

@ -296,6 +296,11 @@ end
function HomeLand:OnSortingOrderChange()
for i = 1, 7 do
local curObj = self.mapData[i]
Util.SetParticleSortLayer(curObj.effect1,self.sortingOrder + 1)
Util.SetParticleSortLayer(curObj.effect2,self.sortingOrder + 1)
end
end
function HomeLand:OnShow()