summaryrefslogtreecommitdiff
path: root/bonnie-bee/splash.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-20 18:42:10 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-20 18:42:10 -0400
commitae60497f7722e01ccceebe799b5820717e048eb3 (patch)
tree7977b53565d5f1e259d90903213f1add3fefabce /bonnie-bee/splash.scm
parentde833c9d524d2e47b3812612995290795d2e7b84 (diff)
Haven't committed in days, oops!
Diffstat (limited to 'bonnie-bee/splash.scm')
-rw-r--r--bonnie-bee/splash.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bonnie-bee/splash.scm b/bonnie-bee/splash.scm
index 292fd05..3b8fba6 100644
--- a/bonnie-bee/splash.scm
+++ b/bonnie-bee/splash.scm
@@ -29,7 +29,7 @@
(unless (getenv "SKIP_SPLASH")
(run-script splash
(set! (text (& splash label)) "made with chickadee")
- (sleep 30)
+ (sleep 0.5)
(replace-scene (current-kernel) (make <game>)))))
(define (launch-game)