山河设计图提示修改

dev_fengTi_And
wangzhenxing 2023-08-02 15:44:43 +08:00
parent c32b71d3fc
commit 92d9d4a413
1 changed files with 4 additions and 3 deletions

View File

@ -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)