From 6ba2755dd1ba3bcb1de88799284e908cf7f42b3a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 29 Jan 2018 19:16:19 -0500 Subject: 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. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.3