【界面销毁时间修改为5秒】

dev_chengFeng
gaoxin 2021-06-05 01:57:51 +08:00
parent 3204bd5945
commit 9a6f978eee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ this.space = 100
local UIConfig
local unpack = unpack
local standard = 16 / 9
local DELAY_TIME = 10--超过延迟时间,界面被销毁
local DELAY_TIME = 5--超过延迟时间,界面被销毁
local delayDestoryList = {}
local function update()
for k,v in pairs(delayDestoryList) do