diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:34:36 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:34:36 +0100 |
| commit | ae6ac413632b427e31a26020a94864669af1ba10 (patch) | |
| tree | a726873ee5ab9a6a96b9d1736e178d23d3fe96c2 /assets/maps/debug.tmx | |
| parent | e1a8ca7396d0931bcd10d8f136502f9843e30ff3 (diff) | |
feat(marker): implement map markers
Diffstat (limited to 'assets/maps/debug.tmx')
| -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> |
