Skip to content

Commit

Permalink
Test maps: fix bogus tileset reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 1, 2025
1 parent 67d074f commit 5964571
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions test-levels/01 Tiny map.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<property name="Title" value="Tiny map"/>
</properties>
<tileset firstgid="1" source="WinColl.tsx"/>
<tileset firstgid="19" source="../../RISC OS/Other/Games/WinColl/wincoll/levels/WinColl.tsx"/>
<layer id="1" name="Tile Layer 1" width="8" height="8">
<data encoding="csv">
29,29,29,29,29,29,29,29,
29,10,10,10,34,34,10,29,
29,10,10,33,31,31,33,29,
29,10,10,10,31,31,10,29,
29,10,10,10,10,10,10,29,
29,10,10,10,10,10,10,29,
29,36,10,10,10,10,10,29,
29,29,29,29,29,29,29,29
11,11,11,11,11,11,11,11,
11,10,10,10,16,16,10,11,
11,10,10,15,13,13,15,11,
11,10,10,10,13,13,10,11,
11,10,10,10,10,10,10,11,
11,10,10,10,10,10,10,11,
11,18,10,10,10,10,10,11,
11,11,11,11,11,11,11,11
</data>
</layer>
</map>

0 comments on commit 5964571

Please sign in to comment.