diff options
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/cave2-base.png | bin | 0 -> 172002 bytes | |||
-rw-r--r-- | graphics/tilesets/cave2-base.tsx (renamed from graphics/tilesets/cave2.tsx) | 2 | ||||
-rw-r--r-- | graphics/tilesets/cave2.png | bin | 172002 -> 136790 bytes | |||
-rw-r--r-- | graphics/tilesets/cave_lava.png | bin | 0 -> 3092 bytes | |||
-rw-r--r-- | graphics/tilesets/cave_lava.tsx | 24 |
5 files changed, 25 insertions, 1 deletions
diff --git a/graphics/tilesets/cave2-base.png b/graphics/tilesets/cave2-base.png Binary files differnew file mode 100644 index 00000000..4d52576c --- /dev/null +++ b/graphics/tilesets/cave2-base.png diff --git a/graphics/tilesets/cave2.tsx b/graphics/tilesets/cave2-base.tsx index 2974d98a..3f55c0a3 100644 --- a/graphics/tilesets/cave2.tsx +++ b/graphics/tilesets/cave2-base.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave2" tilewidth="32" tileheight="32" tilecount="128" columns="16"> - <image source="cave2.png" width="512" height="256"/> + <image source="cave2-base.png" width="512" height="256"/> </tileset> diff --git a/graphics/tilesets/cave2.png b/graphics/tilesets/cave2.png Binary files differindex 4d52576c..c5ac6dbf 100644 --- a/graphics/tilesets/cave2.png +++ b/graphics/tilesets/cave2.png diff --git a/graphics/tilesets/cave_lava.png b/graphics/tilesets/cave_lava.png Binary files differnew file mode 100644 index 00000000..05058668 --- /dev/null +++ b/graphics/tilesets/cave_lava.png diff --git a/graphics/tilesets/cave_lava.tsx b/graphics/tilesets/cave_lava.tsx new file mode 100644 index 00000000..591f2932 --- /dev/null +++ b/graphics/tilesets/cave_lava.tsx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave_lava" tilewidth="32" tileheight="32" tilecount="16" columns="16"> + <image source="cave_lava.png" width="512" height="32"/> + <tile id="15"> + <animation> + <frame tileid="15" duration="110"/> + <frame tileid="14" duration="110"/> + <frame tileid="13" duration="110"/> + <frame tileid="12" duration="110"/> + <frame tileid="11" duration="110"/> + <frame tileid="10" duration="110"/> + <frame tileid="9" duration="110"/> + <frame tileid="8" duration="110"/> + <frame tileid="7" duration="110"/> + <frame tileid="6" duration="110"/> + <frame tileid="5" duration="110"/> + <frame tileid="4" duration="110"/> + <frame tileid="3" duration="110"/> + <frame tileid="2" duration="110"/> + <frame tileid="1" duration="110"/> + <frame tileid="0" duration="110"/> + </animation> + </tile> +</tileset> |