diff options
Diffstat (limited to 'assets/maps')
| -rw-r--r-- | assets/maps/debug.tmx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/assets/maps/debug.tmx b/assets/maps/debug.tmx index be4885e..9b5af3b 100644 --- a/assets/maps/debug.tmx +++ b/assets/maps/debug.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="14" nextobjectid="24"> +<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="16" tileheight="16" infinite="0" nextlayerid="15" nextobjectid="25"> <tileset firstgid="1" source="../tilesets/grounds.tsx"/> <tileset firstgid="209" source="../tilesets/walls.tsx"/> <tileset firstgid="433" source="../tilesets/animated_props.tsx"/> @@ -109,15 +109,16 @@ </layer> <objectgroup id="11" name="Props"/> <objectgroup id="12" name="Items"> - <object id="23" gid="525" x="192" y="208" width="16" height="16"> - <properties> - <property name="unique_id" value="skeleton_key"/> - </properties> - </object> + <object id="23" name="skeleton_key" gid="525" x="192" y="208" width="16" height="16"/> </objectgroup> <objectgroup id="13" name="Pickups"> <object id="20" gid="521" x="192" y="240" width="16" height="16"/> <object id="21" gid="537" x="256" y="240" width="16" height="16"/> <object id="22" gid="529" x="224" y="272" width="16" height="16"/> </objectgroup> + <objectgroup id="14" name="Markers"> + <object id="24" name="player_spawn" x="240" y="208"> + <point/> + </object> + </objectgroup> </map> |
