竞技场战令替换
This commit is contained in:
parent
9060931c0c
commit
4a04a6a32a
@ -25,9 +25,9 @@ end
|
||||
function BountyRewardCell:refresh(reward, isPro, isLock, showCheck)
|
||||
self:showCheck(showCheck)
|
||||
if isPro then
|
||||
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2") -- TODOJ
|
||||
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2")
|
||||
else
|
||||
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1") -- TODOJ
|
||||
self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1")
|
||||
end
|
||||
if isLock then
|
||||
self.lock:setVisible(true)
|
||||
|
||||
@ -172,11 +172,11 @@ function ArenaBountyData:getIsOpen()
|
||||
end
|
||||
|
||||
function ArenaBountyData:getBannerName()
|
||||
return "bounty_btn_main_1" -- TODOJ
|
||||
return "bounty_arena_btn_main"
|
||||
end
|
||||
|
||||
function ArenaBountyData:getRewardBannerName()
|
||||
return "bounty_btn_main_0" -- TODOJ
|
||||
return "bounty_btn_main_0"
|
||||
end
|
||||
|
||||
function ArenaBountyData:getSeason()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user