优化
This commit is contained in:
parent
24b8242de8
commit
394a7a37ae
@ -230,6 +230,14 @@ function BattleControllerDungeonRune:getInitBoard()
|
|||||||
return self.boradList, self.fixedRandomGrid, self.mysteryBoxIndexMap
|
return self.boradList, self.fixedRandomGrid, self.mysteryBoxIndexMap
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function BattleControllerDungeonRune:refreshWave()
|
||||||
|
if not self.battleUI then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
-- local desc = self.dungeonRuneRemainRoundCount + 1
|
||||||
|
-- self.battleUI:refreshWave(desc, GConst.ATLAS_PATH.COMMON, "common_dec_15")
|
||||||
|
end
|
||||||
|
|
||||||
function BattleControllerDungeonRune:getRandomGridInfo()
|
function BattleControllerDungeonRune:getRandomGridInfo()
|
||||||
local list, fixedRandomGrid = self:getInitBoard()
|
local list, fixedRandomGrid = self:getInitBoard()
|
||||||
local fixedRandomList = fixedRandomGrid[self.curBoardIndex]
|
local fixedRandomList = fixedRandomGrid[self.curBoardIndex]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user