This commit is contained in:
xiekaidong 2023-09-13 09:43:32 +08:00
parent 24b8242de8
commit 394a7a37ae

View File

@ -230,6 +230,14 @@ function BattleControllerDungeonRune:getInitBoard()
return self.boradList, self.fixedRandomGrid, self.mysteryBoxIndexMap
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()
local list, fixedRandomGrid = self:getInitBoard()
local fixedRandomList = fixedRandomGrid[self.curBoardIndex]