diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/minimaps/014-5.png | bin | 0 -> 50325 bytes | |||
-rw-r--r-- | graphics/tilesets/snow.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_tree_x3.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_village.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_village2.tsx | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/graphics/minimaps/014-5.png b/graphics/minimaps/014-5.png Binary files differnew file mode 100644 index 00000000..36736513 --- /dev/null +++ b/graphics/minimaps/014-5.png diff --git a/graphics/tilesets/snow.tsx b/graphics/tilesets/snow.tsx index e820eb04..25775eff 100644 --- a/graphics/tilesets/snow.tsx +++ b/graphics/tilesets/snow.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/snow.png" width="512" height="512"/> + <image source="snow.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/snow_tree_x3.tsx b/graphics/tilesets/snow_tree_x3.tsx index f15f9bba..120e2af4 100644 --- a/graphics/tilesets/snow_tree_x3.tsx +++ b/graphics/tilesets/snow_tree_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_tree_x3" tilewidth="64" tileheight="96"> - <image source="../graphics/tiles/snow_tree_x3.png" width="256" height="96"/> + <image source="snow_tree_x3.png" width="256" height="96"/> </tileset> diff --git a/graphics/tilesets/snow_village.tsx b/graphics/tilesets/snow_village.tsx index 31a780ef..308b8bb5 100644 --- a/graphics/tilesets/snow_village.tsx +++ b/graphics/tilesets/snow_village.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_village" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/snow_village.png" width="512" height="512"/> + <image source="snow_village.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/snow_village2.tsx b/graphics/tilesets/snow_village2.tsx index ae344639..c09de3bf 100644 --- a/graphics/tilesets/snow_village2.tsx +++ b/graphics/tilesets/snow_village2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_village2" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/snow_village2.png" width="512" height="512"/> + <image source="snow_village2.png" width="512" height="512"/> </tileset> |