summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit8a1558e533c77510f4e267b795f3c88cfcd6a083 (patch)
treee979526470219862740c80bc60983c6653b0f211
parentf6201facf3532995c2e19b9cb6643c0c55e1ab91 (diff)
downloadoverworld-rpg-8a1558e533c77510f4e267b795f3c88cfcd6a083.zip
overworld-rpg-8a1558e533c77510f4e267b795f3c88cfcd6a083.tar.gz
overworld-rpg-8a1558e533c77510f4e267b795f3c88cfcd6a083.tar.bz2
data/tilesets/db16-forest.xcf: New file.
-rw-r--r--data/tilesets/README.db16-forest26
-rw-r--r--data/tilesets/db16-forest.xcfbin0 -> 13003 bytes
-rw-r--r--data/tilesets/local.mk3
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
new file mode 100644
index 0000000..6c17e3d
--- /dev/null
+++ b/data/tilesets/db16-forest.xcf
Binary files differ
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)