屏蔽宗门技能
parent
6c6a7d19f7
commit
a6d235528f
|
@ -47,7 +47,7 @@ local _GuildBuildConfig = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
[GUILD_MAP_BUILD_TYPE.SKILL] = { --技能
|
[GUILD_MAP_BUILD_TYPE.SKILL] = { --技能
|
||||||
isOpen = true,
|
isOpen = false,
|
||||||
rpType = RedPointType.Guild_Skill,
|
rpType = RedPointType.Guild_Skill,
|
||||||
btnName = "btnSkill",
|
btnName = "btnSkill",
|
||||||
btnFunc = function()
|
btnFunc = function()
|
||||||
|
|
|
@ -138,12 +138,12 @@ function this.SetAllGuildSkillRedPlayers()
|
||||||
end
|
end
|
||||||
--刷新方法
|
--刷新方法
|
||||||
function this.RefreshAllGuildSkillRedPoint()
|
function this.RefreshAllGuildSkillRedPoint()
|
||||||
for i = 1, #GuildSkillType do
|
-- for i = 1, #GuildSkillType do
|
||||||
local isShowRedPoint = this.GuildSkillRedPoint(i)
|
-- local isShowRedPoint = this.GuildSkillRedPoint(i)
|
||||||
if isShowRedPoint then
|
-- if isShowRedPoint then
|
||||||
return true
|
-- return true
|
||||||
end
|
-- end
|
||||||
end
|
-- end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
--1 已经查看过不需要显示新红点 0 显示红点
|
--1 已经查看过不需要显示新红点 0 显示红点
|
||||||
|
|
Loading…
Reference in New Issue