diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-24 20:16:08 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-24 21:25:20 -0500 |
commit | 233d13ca4af2fb7627926f160b9c42638ad7b333 (patch) | |
tree | ea4934154ad03d37a2ec297d3c99d2fc6a7c3b20 /examples/fonts/AUTHORS | |
parent | c36193e84bb4ab93e1cacf37e010d4e484e6ce63 (diff) |
render: Add bitmap font support.
* chickadee/render/font.scm: New file.
* Makefile.am (SOURCES): Add it.
* examples/text.scm: New file.
* examples/fonts/AUTHORS: New file.
* examples/fonts/good_neighbors_starling.png: New file.
* examples/fonts/good_neighbors_starling.xml: New file.
Diffstat (limited to 'examples/fonts/AUTHORS')
-rw-r--r-- | examples/fonts/AUTHORS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/fonts/AUTHORS b/examples/fonts/AUTHORS new file mode 100644 index 0000000..13a3415 --- /dev/null +++ b/examples/fonts/AUTHORS @@ -0,0 +1,5 @@ +-*- org -*- + +* good_neighbors_starling.png, good_neighbors_starling.xml + By PROWNE and Clint Bellanger, CC0 + http://opengameart.org/content/good-neighbors-pixel-font-starlingunity-version-updated |