summaryrefslogtreecommitdiff
path: root/examples/particles.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-06-28 18:46:16 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-06-28 18:46:16 -0400
commitf47eb69a354188154731846dde8b384c2c2f39f6 (patch)
tree6aa1ccb9212836b7c941e771475eb995fa6df9f9 /examples/particles.scm
parentdf0f2a5f3f09394f1953abbc7e33e9a98204680e (diff)
Rename guile-2d to Sly!
Massive find/replace job.
Diffstat (limited to 'examples/particles.scm')
-rw-r--r--examples/particles.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/particles.scm b/examples/particles.scm
index 8fa9cb6..a6c19a7 100644
--- a/examples/particles.scm
+++ b/examples/particles.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
@@ -17,12 +17,12 @@
(use-modules (srfi srfi-1)
(srfi srfi-9)
- (2d agenda)
- (2d game)
- (2d sprite)
- (2d texture)
- (2d vector)
- (2d window))
+ (sly agenda)
+ (sly game)
+ (sly sprite)
+ (sly texture)
+ (sly vector)
+ (sly window))
(load "common.scm")