From 313b20c51185618e7e2a6a5ae105fe2f04612b92 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 28 Aug 2018 09:06:27 -0400 Subject: Add scene transitions. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b755a59..25798e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,8 @@ SOURCES = \ starling/scene.scm \ starling/repl.scm \ starling/kernel.scm \ - starling/node-2d.scm + starling/node-2d.scm \ + starling/transition.scm EXTRA_DIST += \ COPYING -- cgit v1.2.3