Skip to content

Commit

Permalink
Merge pull request Jerenaux#11 from brandonhanks/tmx-fix
Browse files Browse the repository at this point in the history
added missing mobset.png, fixed relative paths of tmx file
  • Loading branch information
Jerenaux authored Nov 29, 2017
2 parents c22b3e0 + 2cc7ef8 commit f991ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added assets/maps/mobset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/maps/phaserquest_map.tmx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="172" height="314" tilewidth="32" tileheight="32" backgroundcolor="#ff55ff" nextobjectid="397">
<tileset firstgid="1" name="tilesheet" tilewidth="32" tileheight="32" tilecount="1960" columns="20">
<image source="../browserquest-clone/assets/tilesets/tilesheet.png" width="640" height="3136"/>
<image source="../tilesets/tilesheet.png" width="640" height="3136"/>
<tile id="0">
<properties>
<property name="length" value="3"/>
Expand Down Expand Up @@ -3810,7 +3810,7 @@
</tile>
</tileset>
<tileset firstgid="1961" name="Mobs" tilewidth="16" tileheight="16" tilecount="240" columns="20">
<image source="../BrowserQuest/tools/maps/tmx/mobset.png" width="320" height="200"/>
<image source="mobset.png" width="320" height="200"/>
<tile id="0">
<properties>
<property name="type" value="skeleton"/>
Expand Down

0 comments on commit f991ddf

Please sign in to comment.