diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-09 22:37:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-09 22:45:33 -0400 |
commit | e05aa45f672eb49312449d359a9e345223741b19 (patch) | |
tree | 1a00e89b1116546c2fb93e294870f9005fea46dc /Makefile.am | |
parent | 5c919ae2dfaee36d689b2c2bedee1d2745bd2d6d (diff) |
graphics: Rewrite tile map module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d397f3a..a853edd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ SOURCES = \ chickadee/graphics/sprite.scm \ chickadee/graphics/9-patch.scm \ chickadee/graphics/font.scm \ - chickadee/graphics/tiled.scm \ + chickadee/graphics/tile-map.scm \ chickadee/graphics/particles.scm \ chickadee/graphics/phong.scm \ chickadee/graphics/pbr.scm \ |