diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index b8e5a175..6fe49f4a 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -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