From 0159a9a426b298ec148e95f0264848f9d7597b52 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 9 May 2016 23:23:50 -0400 Subject: Fix build and add a silly name. --- game.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'game.scm') 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 ;;; . -(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) -- cgit v1.2.3