summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tilesets/forest.tsx2
-rw-r--r--graphics/tilesets/mountain.tsx2
-rw-r--r--graphics/tilesets/woodland_swamp.tsx2
-rw-r--r--graphics/tilesets/woodland_x8.tsx2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/forest.tsx b/graphics/tilesets/forest.tsx
index 91ad66f4..f9de1b24 100644
--- a/graphics/tilesets/forest.tsx
+++ b/graphics/tilesets/forest.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="forest" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/forest.png" width="608" height="672"/>
+ <image source="forest.png" width="608" height="672"/>
</tileset>
diff --git a/graphics/tilesets/mountain.tsx b/graphics/tilesets/mountain.tsx
index e02c2305..7c405dbf 100644
--- a/graphics/tilesets/mountain.tsx
+++ b/graphics/tilesets/mountain.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="mountain" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/mountain.png" width="416" height="448"/>
+ <image source="mountain.png" width="416" height="448"/>
</tileset>
diff --git a/graphics/tilesets/woodland_swamp.tsx b/graphics/tilesets/woodland_swamp.tsx
index 3e45ca21..85743fef 100644
--- a/graphics/tilesets/woodland_swamp.tsx
+++ b/graphics/tilesets/woodland_swamp.tsx
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="woodland_swamp" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/woodland_swamp.png" width="512" height="512"/>
+ <image source="woodland_swamp.png" width="512" height="512"/>
<tile id="69">
<properties>
<property name="animation-delay0" value="32"/>
diff --git a/graphics/tilesets/woodland_x8.tsx b/graphics/tilesets/woodland_x8.tsx
index 979f49ed..31764021 100644
--- a/graphics/tilesets/woodland_x8.tsx
+++ b/graphics/tilesets/woodland_x8.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="woodland_x8" tilewidth="32" tileheight="256">
- <image source="../graphics/tiles/woodland_x8.png" width="512" height="256"/>
+ <image source="woodland_x8.png" width="512" height="256"/>
</tileset>