summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-05-04 08:26:53 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-05-04 08:31:06 -0400
commit234e2e23b0e977ff9fed415846e9796332cb0759 (patch)
tree1e4aee670d7212ca1c19fe141ad7691b4d3d3ffa /scripts
parent6983a70c175659ca48df89bc4282c068d09ab430 (diff)
Factor out splash screen and credits sequence into their own scenes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/the-test-subject2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/the-test-subject b/scripts/the-test-subject
index df8e56d..a2c9976 100755
--- a/scripts/the-test-subject
+++ b/scripts/the-test-subject
@@ -1,3 +1,3 @@
#!/bin/sh
-exec guile -c '(use-modules (test-subject game)) (launch-game)'
+exec guile -c '(use-modules (test-subject splash)) (launch-game)'