summaryrefslogtreecommitdiff
path: root/scenes/intro.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/intro.scm')
-rw-r--r--scenes/intro.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/intro.scm b/scenes/intro.scm
index 053cfd8..cb8f029 100644
--- a/scenes/intro.scm
+++ b/scenes/intro.scm
@@ -1,5 +1,5 @@
;;; The Inevitable Game
-;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2018, 2021 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
@@ -36,7 +36,7 @@
(define-class <intro> (<scene>))
(define-asset game-font
- (load-font "assets/fonts/good_neighbors_starling.xml"))
+ (load-bitmap-font "assets/fonts/good_neighbors_starling.xml"))
(define-asset intro-bg (load-image "assets/images/intro-bg.png"))