Remove old lines

This commit is contained in:
Buhallin 2023-01-11 03:39:33 -08:00
parent 7ee0879291
commit 67eaa646e1
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -1014,17 +1014,14 @@ function titleSplash(scenarioName)
Wait.stop(hideTitleSplashWaitFunctionId)
hideTitleSplashWaitFunctionId = nil
UI.setAttribute('title_splash', 'active', false)
-- UI.setAttribute('title_gradient', 'active', false)
end
-- display scenario name and set a 4 seconds (2 seconds animation and 2 seconds on screen)
-- wait timer to hide the scenario name
UI.setValue('title_splash_text', scenarioName)
UI.show('title_splash')
-- UI.show('title_gradient')
hideTitleSplashWaitFunctionId = Wait.time(function()
UI.hide('title_splash')
-- UI.hide('title_gradient')
hideTitleSplashWaitFunctionId = nil
end, 4)
end