diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
commit | 5edce04c698cd92149004ead1cad77c481c682e8 (patch) | |
tree | 526b428e10e714e649d4f9fd83d73cc0e81512d5 /Makefile.am | |
parent | b4b1dbaaec28331572503828d1b30ec0eea79619 (diff) |
Rename (chickadee graphics font) to (chickadee graphics text).
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 767e76d..04b56a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ SOURCES = \ chickadee/graphics/framebuffer.scm \ chickadee/graphics/sprite.scm \ chickadee/graphics/9-patch.scm \ - chickadee/graphics/font.scm \ + chickadee/graphics/text.scm \ chickadee/graphics/tile-map.scm \ chickadee/graphics/particles.scm \ chickadee/graphics/skybox.scm \ |