summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.scm')
-rw-r--r--examples/common.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/common.scm b/examples/common.scm
index 62ddd14..03a0a28 100644
--- a/examples/common.scm
+++ b/examples/common.scm
@@ -1,4 +1,4 @@
-;;; guile-2d
+;;; Sly
;;; Copyright (C) 2013, 2014 David Thompson <dthompson2@worcester.edu>
;;;
;;; This program is free software: you can redistribute it and/or
@@ -15,14 +15,14 @@
;;; along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.
-(use-modules (2d agenda)
- (2d fps)
- (2d game)
- (2d keyboard)
- (2d repl)
- (2d signal)
- (2d sprite)
- (2d window))
+(use-modules (sly agenda)
+ (sly fps)
+ (sly game)
+ (sly keyboard)
+ (sly repl)
+ (sly signal)
+ (sly sprite)
+ (sly window))
(open-window)
(enable-sprites)
@@ -38,4 +38,4 @@
(format #t "FPS: ~d\n" (signal-ref fps)))
60)
-(start-2d-repl)
+(start-sly-repl)