diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-06 01:24:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-06 01:24:28 -0300 |
commit | 81ee8e728c5164faa4640ffabfa87c805ddb4e9f (patch) | |
tree | 72f2e14054a2801b1aa030f47017508b985fe813 /graphics | |
parent | 42b0a9fc9c426c8dda1610ccdd519737e6c96281 (diff) | |
download | clientdata-81ee8e728c5164faa4640ffabfa87c805ddb4e9f.tar.gz clientdata-81ee8e728c5164faa4640ffabfa87c805ddb4e9f.tar.bz2 clientdata-81ee8e728c5164faa4640ffabfa87c805ddb4e9f.tar.xz clientdata-81ee8e728c5164faa4640ffabfa87c805ddb4e9f.zip |
Northern Woodlands Initial Version.
This is meant to allow Miler, White Slimes, and Sagratha.
Yes, TMW Org. northen woodlands were shrinked. South was trimmed down too, not too
long ago. This is all on purpose, I do not want woodlands to be bigger than deserts.
There's still room to develop northeast area, but not too much. I'm skipping that area.
Northwest area was skipped too. Not sure if there was anything on that direction, though.
Whom to blame for bad mapping: Jesusalva.
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> |