chapter
This commit is contained in:
parent
e7314d9bba
commit
3fa12d0060
@ -153,6 +153,12 @@ end
|
|||||||
|
|
||||||
function MainComp:refreshChapterInfo()
|
function MainComp:refreshChapterInfo()
|
||||||
local chapterId = DataManager.ChapterData:getChapterId()
|
local chapterId = DataManager.ChapterData:getChapterId()
|
||||||
|
local idx = (chapterId - 1) % 5 + 1
|
||||||
|
for i = 1, 5 do
|
||||||
|
if idx == i then
|
||||||
|
else
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function MainComp:refreshChapterInfo2()
|
function MainComp:refreshChapterInfo2()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user