summaryrefslogtreecommitdiff
path: root/game.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-09 23:23:50 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-09 23:23:50 -0400
commit0159a9a426b298ec148e95f0264848f9d7597b52 (patch)
treebe7cc1a46368f69e73c6dc1470af3ee3df2097aa /game.scm
parente457ce03fc57cc9c2d3979b8bbc747ae6c2b97b7 (diff)
Fix build and add a silly name.
Diffstat (limited to 'game.scm')
-rw-r--r--game.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/game.scm b/game.scm
index 32d896a..0455300 100644
--- a/game.scm
+++ b/game.scm
@@ -15,7 +15,8 @@
;;; along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.
-(use-modules (ice-9 match)
+(use-modules (ice-9 format)
+ (ice-9 match)
(sly)
(sly actor)
(sly audio)
@@ -1347,7 +1348,7 @@ each time KEY is pressed."
;;; Main
;;;
-(with-window (make-window #:title "binarium"
+(with-window (make-window #:title "lisparuga"
#:resolution scaled-resolution)
(enable-fonts)
(enable-audio)