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