diff options
-rw-r--r-- | resources/map.tmx | 20 | ||||
-rw-r--r-- | resources/tileset.png | bin | 2006 -> 8855 bytes | |||
-rw-r--r-- | resources/tileset.tsx | 4 | ||||
-rw-r--r-- | resources/tileset.xcf | bin | 0 -> 7649 bytes |
4 files changed, 12 insertions, 12 deletions
diff --git a/resources/map.tmx b/resources/map.tmx index 99d8f4b..176a5e7 100644 --- a/resources/map.tmx +++ b/resources/map.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="1"> - <tileset firstgid="1" name="tileset" tilewidth="16" tileheight="16" tilecount="15" columns="3"> - <image source="tileset.png" width="48" height="80"/> + <tileset firstgid="1" name="tileset" tilewidth="16" tileheight="16" tilecount="25" columns="5"> + <image source="tileset.png" width="80" height="80"/> </tileset> <layer id="1" name="Ground" width="20" height="20"> <data encoding="csv"> @@ -27,16 +27,16 @@ 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3 </data> </layer> - <layer id="2" name="Trees" width="20" height="20"> + <layer id="2" name="greenery" width="20" height="20"> <data encoding="csv"> 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -4,5,4,5,4,5,4,5,0,0,0,0,0,4,5,4,5,4,5,4, -7,8,7,8,7,8,7,8,0,0,0,0,0,7,8,7,8,7,8,7, -10,11,10,11,10,11,10,11,0,0,0,0,0,10,11,10,11,10,11,10, -13,14,13,14,13,14,13,14,0,0,0,0,0,13,14,13,14,13,14,13, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +6,7,6,7,6,7,6,7,0,0,0,0,0,6,7,6,7,6,7,6, +11,12,11,12,11,12,11,12,0,0,0,0,0,11,12,11,12,11,12,11, +16,17,16,17,16,17,16,17,0,0,0,0,0,16,17,16,17,16,17,16, +21,22,21,22,21,22,21,22,0,0,0,0,0,21,22,21,22,21,22,21, +0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,4,5,0,0,9,10,0,0,0,0,0,0,0,4,5,0, +0,0,0,0,9,10,0,0,0,0,0,0,0,0,0,0,0,9,10,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, diff --git a/resources/tileset.png b/resources/tileset.png Binary files differindex 042f4c4..804e24b 100644 --- a/resources/tileset.png +++ b/resources/tileset.png diff --git a/resources/tileset.tsx b/resources/tileset.tsx index 651dc84..97644fc 100644 --- a/resources/tileset.tsx +++ b/resources/tileset.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset version="1.2" tiledversion="1.2.3" name="tileset" tilewidth="16" tileheight="16" tilecount="15" columns="3"> - <image source="tileset.png" width="48" height="80"/> +<tileset version="1.2" tiledversion="1.2.3" name="tileset" tilewidth="16" tileheight="16" tilecount="25" columns="5"> + <image source="tileset.png" width="80" height="80"/> </tileset> diff --git a/resources/tileset.xcf b/resources/tileset.xcf Binary files differnew file mode 100644 index 0000000..d0e72f8 --- /dev/null +++ b/resources/tileset.xcf |