Remove old lines
This commit is contained in:
parent
7ee0879291
commit
67eaa646e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user