【界面销毁时间修改为5秒】
parent
3204bd5945
commit
9a6f978eee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue