summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-05-02 19:31:27 -0500
committermekolat <mekolat@users.noreply.github.com>2016-05-03 10:07:50 -0400
commit5719af1117ac688c145b2dff00cea75d9e52ee6f (patch)
treebcdf8f5f84df30ba0ee0944f7d3d6b81461975bf
parent737a9baab00d06c0f6822b9fe24fc03c1d4a8656 (diff)
downloadclientdata-5719af1117ac688c145b2dff00cea75d9e52ee6f.tar.gz
clientdata-5719af1117ac688c145b2dff00cea75d9e52ee6f.tar.bz2
clientdata-5719af1117ac688c145b2dff00cea75d9e52ee6f.tar.xz
clientdata-5719af1117ac688c145b2dff00cea75d9e52ee6f.zip
Add smaller lab version
-rw-r--r--graphics/tiles/wood_lab_small.pngbin0 -> 4923 bytes
-rw-r--r--license.md1
-rw-r--r--tilesets/wood_lab_small.tsx24
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/tiles/wood_lab_small.png b/graphics/tiles/wood_lab_small.png
new file mode 100644
index 00000000..be763bf3
--- /dev/null
+++ b/graphics/tiles/wood_lab_small.png
Binary files differ
diff --git a/license.md b/license.md
index 710a168f..aa93ac67 100644
--- a/license.md
+++ b/license.md
@@ -1123,6 +1123,7 @@ File | Artists | Licenses
`graphics/tiles/witch_sisters_picture_x3.png` | :grey_question: | GPLv2
`graphics/tiles/woodenpump.png` | Varuna | GPLv2, CC BY-SA 3.0
`graphics/tiles/wood_lab.png` | Fate, Varuna, Enchilado, Wushin | GPLv2
+`graphics/tiles/wood_lab_small.png` | Fate, Varuna, Enchilado, Wushin | GPLv2
`graphics/tiles/woodland_graveyard_crypt.png` | :grey_question:, Spit23 | GPLv2
`graphics/tiles/woodland_graveyard_ground.png` | :grey_question:, Crush | GPLv2
`graphics/tiles/woodland_graveyard_x3.png` | :grey_question:, Black Don, Crush | GPLv2
diff --git a/tilesets/wood_lab_small.tsx b/tilesets/wood_lab_small.tsx
new file mode 100644
index 00000000..f6f509a9
--- /dev/null
+++ b/tilesets/wood_lab_small.tsx
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="wood_lab_small" tilewidth="64" tileheight="96">
+ <image source="../graphics/tiles/wood_lab_small.png" width="512" height="96"/>
+ <tile id="0">
+ <properties>
+ <property name="animation-delay0" value="5"/>
+ <property name="animation-delay1" value="5"/>
+ <property name="animation-delay2" value="5"/>
+ <property name="animation-delay3" value="5"/>
+ <property name="animation-delay4" value="5"/>
+ <property name="animation-delay5" value="5"/>
+ <property name="animation-delay6" value="5"/>
+ <property name="animation-delay7" value="5"/>
+ <property name="animation-frame0" value="1"/>
+ <property name="animation-frame1" value="2"/>
+ <property name="animation-frame2" value="3"/>
+ <property name="animation-frame3" value="4"/>
+ <property name="animation-frame4" value="5"/>
+ <property name="animation-frame5" value="6"/>
+ <property name="animation-frame6" value="7"/>
+ <property name="animation-frame7" value="0"/>
+ </properties>
+ </tile>
+</tileset>