山河设计图提示修改
parent
c32b71d3fc
commit
92d9d4a413
|
@ -100,8 +100,8 @@ end
|
|||
function this.OnShowPanel()
|
||||
local curTime=GetTimeStamp()
|
||||
local hint
|
||||
local maxChapterId=0
|
||||
local day=0
|
||||
local maxChapterId=4
|
||||
local day=-1
|
||||
local allChapterId=0
|
||||
for _, config in ConfigPairs(chapterConfig) do
|
||||
|
||||
|
@ -112,10 +112,11 @@ function this.OnShowPanel()
|
|||
day=config.OpenTime-1
|
||||
maxChapterId=config.Id
|
||||
end
|
||||
allChapterId=config.Id
|
||||
|
||||
--maxChapterId=config.Id
|
||||
--end
|
||||
end
|
||||
allChapterId=config.Id
|
||||
end
|
||||
this.hintTxt.text=hint
|
||||
SoundManager.PlayMusic(SoundConfig.BGM_Main)
|
||||
|
|
Loading…
Reference in New Issue