From 234e2e23b0e977ff9fed415846e9796332cb0759 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 4 May 2021 08:26:53 -0400 Subject: Factor out splash screen and credits sequence into their own scenes. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 724c075..238e827 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,10 +25,13 @@ bin_SCRIPTS = \ scripts/the-test-subject SOURCES = \ + test-subject/common.scm \ test-subject/assets.scm \ test-subject/text-box.scm \ test-subject/device.scm \ - test-subject/game.scm + test-subject/credits.scm \ + test-subject/game.scm \ + test-subject/splash.scm fontsdir = $(pkgdatadir)/assets/fonts dist_fonts_DATA = \ -- cgit v1.2.3