diff options
author | tom barrett <spalf0@gmail.com> | 2019-06-15 15:08:34 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-06-15 15:08:34 -0500 |
commit | 895dd470ecf26faa2db3ba7faf5d02b2ae220d5c (patch) | |
tree | d2b3b9f9e77c459601ec3f3846b4f13f4bc09601 /resources | |
parent | fefa743fd24626bdd3ea3ef1db09688377321884 (diff) |
using rs-tiled, maybe will just go to personal parsing, also joined the tsx and tmx
Diffstat (limited to 'resources')
-rw-r--r-- | resources/map.tmx | 6 | ||||
-rw-r--r-- | resources/tileset.tsx | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/resources/map.tmx b/resources/map.tmx index 19762e3..ac97e2c 100644 --- a/resources/map.tmx +++ b/resources/map.tmx @@ -1,6 +1,8 @@ <?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="2" nextobjectid="1"> - <tileset firstgid="1" source="tileset.tsx"/> +<map version="1.2" tiledversion="1.2.1" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="16" tileheight="16" infinite="0" nextlayerid="2" nextobjectid="1"> + <tileset firstgid="1" name="tileset" tilewidth="16" tileheight="16" tilecount="3" columns="3"> + <image source="tileset.png" width="48" height="16"/> + </tileset> <layer id="1" name="Tile Layer 1" width="20" height="20"> <data encoding="csv"> 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, diff --git a/resources/tileset.tsx b/resources/tileset.tsx deleted file mode 100644 index b1a905e..0000000 --- a/resources/tileset.tsx +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tileset version="1.2" tiledversion="1.2.3" name="tileset" tilewidth="16" tileheight="16" tilecount="3" columns="3"> - <image source="tileset.png" width="48" height="16"/> -</tileset> |