summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-24 10:50:53 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-24 10:50:53 -0300
commit7ddbf71bbd703f099e749512dc15782ed6e38593 (patch)
treed91baf13da79eb6d50f87405838facf305dcc036 /graphics/tilesets
parent2ed811660ceb5721c12592d0f1940079f90c0940 (diff)
downloadclientdata-7ddbf71bbd703f099e749512dc15782ed6e38593.tar.gz
clientdata-7ddbf71bbd703f099e749512dc15782ed6e38593.tar.bz2
clientdata-7ddbf71bbd703f099e749512dc15782ed6e38593.tar.xz
clientdata-7ddbf71bbd703f099e749512dc15782ed6e38593.zip
Fix poorly named file to prevent testxml bugs (and for consistency)
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/cave2-base.tsx4
-rw-r--r--graphics/tilesets/cave2_base.png (renamed from graphics/tilesets/cave2-base.png)bin172002 -> 172002 bytes
-rw-r--r--graphics/tilesets/cave2_base.tsx4
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/cave2-base.tsx b/graphics/tilesets/cave2-base.tsx
deleted file mode 100644
index 8d9e12c1..00000000
--- a/graphics/tilesets/cave2-base.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="cave2-base" tilewidth="32" tileheight="32" tilecount="128" columns="16">
- <image source="cave2-base.png" width="512" height="256"/>
-</tileset>
diff --git a/graphics/tilesets/cave2-base.png b/graphics/tilesets/cave2_base.png
index 4d52576c..4d52576c 100644
--- a/graphics/tilesets/cave2-base.png
+++ b/graphics/tilesets/cave2_base.png
Binary files differ
diff --git a/graphics/tilesets/cave2_base.tsx b/graphics/tilesets/cave2_base.tsx
new file mode 100644
index 00000000..7d736fc7
--- /dev/null
+++ b/graphics/tilesets/cave2_base.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="cave2_base" tilewidth="32" tileheight="32" tilecount="128" columns="16">
+ <image source="cave2_base.png" width="512" height="256"/>
+</tileset>