diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-01-29 19:16:19 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-01-29 22:31:31 -0500 |
commit | 6ba2755dd1ba3bcb1de88799284e908cf7f42b3a (patch) | |
tree | 03d0ca3f8f658e77058d1ca6a94904336bea74ba /Makefile.am | |
parent | 9c99fc7d12a5c90555b649ed845ab28d6a1b174c (diff) |
Add tile map example.
* examples/images/tiles.png: New file.
* examples/map/example.tmx: New file.
* examples/tiled.scm: New file.
* Makefile.am (EXTRA_DIST): Add them.
* examples/images/AUTHORS: Credit the author of the tileset.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b5dcf55..80acadb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,12 +85,15 @@ EXTRA_DIST += \ examples/lines.scm \ examples/text.scm \ examples/nine-patch.scm \ + examples/tiled.scm \ examples/images/AUTHORS \ examples/images/chickadee.png \ examples/images/dialog-box.png \ + examples/images/tiles.png \ examples/fonts/AUTHORS \ examples/fonts/good_neighbors_starling.png \ - examples/fonts/good_neighbors_starling.xml + examples/fonts/good_neighbors_starling.xml \ + examples/maps/example.tmx shadersdir = $(pkgdatadir)/shaders dist_shaders_DATA = \ |