Remove old lines
This commit is contained in:
parent
7ee0879291
commit
67eaa646e1
@ -1014,17 +1014,14 @@ function titleSplash(scenarioName)
|
|||||||
Wait.stop(hideTitleSplashWaitFunctionId)
|
Wait.stop(hideTitleSplashWaitFunctionId)
|
||||||
hideTitleSplashWaitFunctionId = nil
|
hideTitleSplashWaitFunctionId = nil
|
||||||
UI.setAttribute('title_splash', 'active', false)
|
UI.setAttribute('title_splash', 'active', false)
|
||||||
-- UI.setAttribute('title_gradient', 'active', false)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- display scenario name and set a 4 seconds (2 seconds animation and 2 seconds on screen)
|
-- display scenario name and set a 4 seconds (2 seconds animation and 2 seconds on screen)
|
||||||
-- wait timer to hide the scenario name
|
-- wait timer to hide the scenario name
|
||||||
UI.setValue('title_splash_text', scenarioName)
|
UI.setValue('title_splash_text', scenarioName)
|
||||||
UI.show('title_splash')
|
UI.show('title_splash')
|
||||||
-- UI.show('title_gradient')
|
|
||||||
hideTitleSplashWaitFunctionId = Wait.time(function()
|
hideTitleSplashWaitFunctionId = Wait.time(function()
|
||||||
UI.hide('title_splash')
|
UI.hide('title_splash')
|
||||||
-- UI.hide('title_gradient')
|
|
||||||
hideTitleSplashWaitFunctionId = nil
|
hideTitleSplashWaitFunctionId = nil
|
||||||
end, 4)
|
end, 4)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user