Skip to content

Commit

Permalink
tiled: Remove unused automap rules
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thompson committed Jan 7, 2024
1 parent aa6acd7 commit dc11211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
28 changes: 0 additions & 28 deletions assets/level1.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,6 @@
<image width="128" height="128" source="kenney_racing-pack/PNG/Tiles/Grass/land_grass13.png"/>
</tile>
</tileset>
<tileset firstgid="339" name="AutoMap Rules" tilewidth="32" tileheight="32" tilecount="5" columns="5" tilerendersize="grid" fillmode="preserve-aspect-fit">
<image source="qrc:/automap-tiles.svg" width="160" height="32"/>
<tile id="3">
<properties>
<property name="MatchType" value="Empty"/>
</properties>
</tile>
<tile id="1">
<properties>
<property name="MatchType" value="Ignore"/>
</properties>
</tile>
<tile id="2">
<properties>
<property name="MatchType" value="NonEmpty"/>
</properties>
</tile>
<tile id="4">
<properties>
<property name="MatchType" value="Other"/>
</properties>
</tile>
<tile id="0">
<properties>
<property name="MatchType" value="Negate"/>
</properties>
</tile>
</tileset>
<layer id="2" name="Background" width="34" height="20">
<data encoding="csv">
37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,327,328,328,328,328,328,328,328,328,328,328,328,328,328,328,328,335,335,328,
Expand Down
1 change: 0 additions & 1 deletion tiled/level1.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<image width="128" height="128" source="../assets/kenney_racing-pack/PNG/Tiles/Grass/land_grass13.png"/>
</tile>
</tileset>
<tileset firstgid="339" source=":/automap-tiles.tsx"/>
<layer id="2" name="Background" width="34" height="20">
<data encoding="csv">
37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,327,328,328,328,328,328,328,328,328,328,328,328,328,328,328,328,335,335,328,
Expand Down

0 comments on commit dc11211

Please sign in to comment.