Shorten First Screen

6 seconds >> 5.5 seconds
This commit is contained in:
ChocoTaco 2021-07-16 14:37:21 -04:00
parent bcba410e91
commit e4c0552425

2
Classic/scripts/autoexec/zDebriefLoadingScreen.cs Normal file → Executable file
View file

@ -51,7 +51,7 @@
// First Screen loading time (Map Screen) // First Screen loading time (Map Screen)
// If this is set too low the second screen wont show at all // If this is set too low the second screen wont show at all
$dtLoadingScreen::FirstScreen = 6000; $dtLoadingScreen::FirstScreen = 5500;
// Second Screen Delay // Second Screen Delay
$dtLoadingScreen::Delay = 0; $dtLoadingScreen::Delay = 0;