summaryrefslogtreecommitdiff
path: root/game.scm
diff options
context:
space:
mode:
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)