【化虚坛去掉屏蔽神将】

dev_chengFeng
zhangqiang 2021-03-19 18:00:46 +08:00
parent 37668ce757
commit 853db67d9a
2 changed files with 5 additions and 5 deletions

View File

@ -1171,8 +1171,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 260, y: -66}
m_SizeDelta: {x: 73.9, y: 42.04}
m_AnchoredPosition: {x: 282.91, y: -66}
m_SizeDelta: {x: 196.12, y: 42.04}
m_Pivot: {x: 0.36038244, y: 0.5}
--- !u!222 &5392566829970465375
CanvasRenderer:
@ -1251,8 +1251,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 275.9, y: -1.7999873}
m_SizeDelta: {x: 160, y: 30}
m_AnchoredPosition: {x: 310.59998, y: -1.7999873}
m_SizeDelta: {x: 210.65, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4408025784198771826
CanvasRenderer:

View File

@ -557,7 +557,7 @@ function this.GetAllHeroCompoundData(index)
upSortHeroList,downSoryHeroList = HeroManager.ByCompoundHeroGetAllHeros()
allCompoundHeroConFigData = {}
for _, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroConfig)) do
if (configInfo.Star == 4 or configInfo.Star == 5) and (index == 0 or configInfo.PropertyName == index)then
if (configInfo.Star == 4 or configInfo.Star == 5) and (index == 0 or configInfo.PropertyName == index) and configInfo.Hide == 0 then
local curHeroCompoundData = {}
curHeroCompoundData.star = configInfo.Star + 1
curHeroCompoundData.config = configInfo