diff options
author | David Thompson <dave@izanagi> | 2013-09-27 18:46:32 -0400 |
---|---|---|
committer | David Thompson <dave@izanagi> | 2013-09-27 18:46:32 -0400 |
commit | 3b1a74cbef13a4c718cb88ba19f87b4942577d44 (patch) | |
tree | 1e07e57047044e18983d085cce0b57cf4ca7d4ae /examples | |
parent | c2250459a9ac413f67ab8e6e7689825eedc82da4 (diff) |
Change an example graphic and add credits.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fonts/AUTHORS | 2 | ||||
-rw-r--r-- | examples/images/AUTHORS | 8 | ||||
-rw-r--r-- | examples/images/ghost.png | bin | 0 -> 1967 bytes | |||
-rw-r--r-- | examples/images/grass.png | bin | 530053 -> 0 bytes | |||
-rw-r--r-- | examples/images/sprite.png | bin | 15176 -> 0 bytes | |||
-rw-r--r-- | examples/simple.scm | 2 |
6 files changed, 11 insertions, 1 deletions
diff --git a/examples/fonts/AUTHORS b/examples/fonts/AUTHORS new file mode 100644 index 0000000..0f278b8 --- /dev/null +++ b/examples/fonts/AUTHORS @@ -0,0 +1,2 @@ +Clint Bellanger and William Thompson +http://opengameart.org/content/boxy-bold-truetype-font
\ No newline at end of file diff --git a/examples/images/AUTHORS b/examples/images/AUTHORS new file mode 100644 index 0000000..d5a8d24 --- /dev/null +++ b/examples/images/AUTHORS @@ -0,0 +1,8 @@ +Zabin, Daneeklu, Jetrel, Hyptosis, Redshrike, Bertram +http://opengameart.org/content/rpg-tiles-cobble-stone-paths-town-objects + +Chris Gabriel +http://opengameart.org/content/lpc-in-battle-rpg-sprites + +Lanea Zimmerman (AKA Sharm) +http://opengameart.org/content/liberated-pixel-cup-base-assets-sprites-map-tiles diff --git a/examples/images/ghost.png b/examples/images/ghost.png Binary files differnew file mode 100644 index 0000000..4f423ab --- /dev/null +++ b/examples/images/ghost.png diff --git a/examples/images/grass.png b/examples/images/grass.png Binary files differdeleted file mode 100644 index 566f8ec..0000000 --- a/examples/images/grass.png +++ /dev/null diff --git a/examples/images/sprite.png b/examples/images/sprite.png Binary files differdeleted file mode 100644 index 2b2c6da..0000000 --- a/examples/images/sprite.png +++ /dev/null diff --git a/examples/simple.scm b/examples/simple.scm index d770779..8a1fd8f 100644 --- a/examples/simple.scm +++ b/examples/simple.scm @@ -3,7 +3,7 @@ (2d vector2)) (define (demo-sprite) - (load-sprite "images/sprite.png" + (load-sprite "images/ghost.png" #:position (vector2 320 240))) (define-scene demo |