diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-12-13 17:52:15 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-12-13 20:53:29 -0500 |
commit | fe89f847503573378180ddbe5e6badec18093c37 (patch) | |
tree | 33ef04eefee4b6c9da2dc3cb72629e9963dd7dad /data/CREDITS | |
parent | da895821c9aa1f8ec63e2eb7e8d317040d9989d7 (diff) |
render: font: Include a default font for convenience.
* data/fonts/good-neighbors.fnt: New file.
* data/fonts/good-neighbors.png: New file.
* data/CREDITS: New file.
* examples/fonts/AUTHORS: Delete.
* examples/fonts/good_neighbors_starling.png: Delete.
* examples/fonts/good_neighbors_starling.xml: Delete.
* Makefile.am (dist_pkgdata_DATA, fontsdir, dist_fonts_DATA): New
variables.
(EXTRA_DIST): Remove examples/fonts files.
* chickadee/render/font.scm (draw-text): Make font an optional keyword argument.
* doc/api.texi (Fonts): Document it.
* examples/grid.scm: Update to use new draw-text API.
* examples/nine-patch.scm: Ditto.
* examples/text.scm: Ditto.
squash! render: font: Include a default font for convenience.
Diffstat (limited to 'data/CREDITS')
-rw-r--r-- | data/CREDITS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/CREDITS b/data/CREDITS new file mode 100644 index 0000000..b3db067 --- /dev/null +++ b/data/CREDITS @@ -0,0 +1,9 @@ +-*- org -*- + +* fonts/good-neighbors.png +Clint Bellanger - CC0 +https://opengameart.org/content/good-neighbors-pixel-font + +* fonts/good-neighbors.fnt +PROWNE & The_Blog - CC0 +https://opengameart.org/content/good-neighbors-pixel-font-starlingunity-version-updated |