From 5cb1600637afb5282f619b0c215edbe7842cf8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Mon, 1 Jul 2024 01:24:26 +0300 Subject: [PATCH] d --- v5/desktop.py | 2 +- v5/main-gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v5/desktop.py b/v5/desktop.py index 1709df7..98ee3f5 100644 --- a/v5/desktop.py +++ b/v5/desktop.py @@ -309,7 +309,7 @@ def desktop_scheduleHidingOfMatchingTiles(p): # 1. just launched the game def desktop_scheduleHidingOfBeginningSplashScreen(p): if ( - p.c.recentField == "didLaunch" + p.c.recentField == "splashBeginTimeout" ): p.sequentialTimer.schedule("hideBeginningSplashScreen", True, p.c.splashBeginTimeout) #} diff --git a/v5/main-gui.py b/v5/main-gui.py index f6332a2..a23a229 100644 --- a/v5/main-gui.py +++ b/v5/main-gui.py @@ -123,7 +123,7 @@ ctrl.set("descImageWidth", 375) ctrl.set("descPosition", [19, 12]) ctrl.set("hideMatchingTilesDelay", 500) ctrl.set("splashBeginTimeout", 2000) -ctrl.set("splashEndDelay", 700) +ctrl.set("splashEndDelay", 100) ctrl.set("splashImage", "res/splash.png") ctrl.set("splashImageCount", 2) ctrl.set("splashImageHeight", 600)