第一版梦魇酒馆,差表现

This commit is contained in:
xiekaidong 2023-09-16 18:08:18 +08:00
parent d511ae2e86
commit 2dbe46c258
4 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,7 @@ end
function ActPvpMainUI:_display()
local uiMap = self.root:genAllChildren()
uiMap["act_pvp_main_ui.bg.ui_spine_obj"]:playAnim("idle", true, false, false)
uiMap["act_pvp_main_ui.down.enter_node.enter_btn.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_PVP_DESC_2))
uiMap["act_pvp_main_ui.down.btn_rank.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_10))
uiMap["act_pvp_main_ui.down.btn_bounty.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_PVP_DESC_4))

View File

@ -37,6 +37,7 @@ end
function ActPvpPlayingUI:_display()
local uiMap = self.root:genAllChildren()
uiMap["act_pvp_playing_ui.bg.ui_spine_obj"]:playAnim("idle", true, false, false)
uiMap["act_pvp_main_ui.down.playing_node.macth_btn.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_2))
uiMap["act_pvp_main_ui.down.btn_rank.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_10))
uiMap["act_pvp_main_ui.down.btn_bounty.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_PVP_DESC_4))

View File

@ -14,7 +14,7 @@ function SideBarActPvpCell:getIsOpen()
end
function SideBarActPvpCell:getSpineName()
return "ui_act_bossrush_mainbtn"
return "ui_main_btn_act_pvp"
end
function SideBarActPvpCell:onClick()

View File

@ -636,7 +636,7 @@ end
function ActPvpData:getBountyRp()
self:getBountyList()
for level = self.minBountyBaseLv + 1, self.level do
for level = self.minBountyBaseLv + 1, self.level + self.minBountyBaseLv do
for k, bountyType in pairs(ActPvpData.BOUNTY_TYPE) do
if self:getBountyCanGet(level, bountyType) then
return true