Remove splash screen delay.

This has been in for a long time, so people will have seen the message
by now (and it's on our GitHub page).
This commit is contained in:
Dan Albert 2022-09-02 19:48:43 -07:00
parent c630226e2d
commit 4f1e3da70a

View File

@ -103,11 +103,6 @@ def run_ui(game: Game | None, dev: bool) -> None:
splash = QSplashScreen(pixmap)
splash.show()
# Developers are launching the game in a loop hundreds of times. We've read it.
if not dev:
# Give enough time to read splash screen
time.sleep(3)
# Once splash screen is up : load resources & setup stuff
uiconstants.load_icons()
uiconstants.load_event_icons()