--奇珍宝阁相关红点屏蔽
parent
4864527d6d
commit
0965bf200d
|
|
@ -942,6 +942,7 @@ RedPointType = {
|
||||||
XiaoYaoYouRedPoint=10009,
|
XiaoYaoYouRedPoint=10009,
|
||||||
--显示祈愿
|
--显示祈愿
|
||||||
TimeLimitWish = 10010,
|
TimeLimitWish = 10010,
|
||||||
|
--奇珍宝阁红点
|
||||||
TimeLimitWishStore=10011,
|
TimeLimitWishStore=10011,
|
||||||
--灵兽
|
--灵兽
|
||||||
PokemonMainCity = 790,--灵兽主界面
|
PokemonMainCity = 790,--灵兽主界面
|
||||||
|
|
|
||||||
|
|
@ -349,7 +349,7 @@ function this.InitRedPointAllRelate()
|
||||||
--命格
|
--命格
|
||||||
RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main)
|
RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main)
|
||||||
RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit)
|
RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit)
|
||||||
RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)
|
-- RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)--奇珍宝阁相关红点屏蔽
|
||||||
--战力冲刺
|
--战力冲刺
|
||||||
RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice)
|
RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice)
|
||||||
RPData:SetParent(RedPointType.eastSeaFindGod1,RedPointType.eastSeaFindGod)
|
RPData:SetParent(RedPointType.eastSeaFindGod1,RedPointType.eastSeaFindGod)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue