diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-10 22:34:38 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-10 22:34:38 (EST) |
commit | 8a1558e533c77510f4e267b795f3c88cfcd6a083 (patch) | |
tree | e979526470219862740c80bc60983c6653b0f211 | |
parent | f6201facf3532995c2e19b9cb6643c0c55e1ab91 (diff) | |
download | overworld-rpg-8a1558e.zip overworld-rpg-8a1558e.tar.gz overworld-rpg-8a1558e.tar.bz2 |
data/tilesets/db16-forest.xcf: New file.
-rw-r--r-- | data/tilesets/README.db16-forest | 26 | ||||
-rw-r--r-- | data/tilesets/db16-forest.xcf | bin | 0 -> 13003 bytes | |||
-rw-r--r-- | data/tilesets/local.mk | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/data/tilesets/README.db16-forest b/data/tilesets/README.db16-forest new file mode 100644 index 0000000..e35e574 --- /dev/null +++ b/data/tilesets/README.db16-forest @@ -0,0 +1,26 @@ +16-color 16x16 Forest Tileset +============================= + +This is a set of 64 16x16 forest tiles. + +The color palette is based on DawnBringer's 16 Color Palette v1.0: +<http://www.pixeljoint.com/forum/forum_posts.asp?TID=12795> + +Credits +------- + +This tileset includes adaptations of the following tilesets: + + * "Tiny 16: Basic" by Lanea "Sharm" Zimmerman. Licensed under CC BY 3.0 (with + anti-DRM clause waived): <http://creativecommons.org/licenses/by/3.0/>. + Source: <http://opengameart.org/content/tiny-16-basic>. + * "Town Tiles" by Carl "Surt" Olsson. Copyright disclaimed or licensed under + CC0: <http://creativecommons.org/publicdomain/zero/1.0/>. Source: + <http://opengameart.org/content/town-tiles>. + * "16x16 Town Remix" by Lanea "Sharm" Zimmerman, Stephen "Redshrike" + Challener, Carl "Surt" Olsson, and Jetrel. Licensed under CC BY 3.0: + <http://creativecommons.org/licenses/by/3.0/>. Source: + <http://opengameart.org/content/16x16-town-remix>. + +See the "attribution" layers in the XCF source file for identification of tile +origins. diff --git a/data/tilesets/db16-forest.xcf b/data/tilesets/db16-forest.xcf Binary files differnew file mode 100644 index 0000000..6c17e3d --- /dev/null +++ b/data/tilesets/db16-forest.xcf diff --git a/data/tilesets/local.mk b/data/tilesets/local.mk index b71fc46..c2ea6c1 100644 --- a/data/tilesets/local.mk +++ b/data/tilesets/local.mk @@ -1,6 +1,7 @@ dist_tilesets_sources = \ data/tilesets/collision.xcf \ - data/tilesets/mountain_landscape_19-16-8bit.xcf + data/tilesets/mountain_landscape_19-16-8bit.xcf \ + data/tilesets/db16-forest.xcf nodist_tilesets_DATA = $(dist_tilesets_sources:.xcf=.png) |