Skip to content

Commit

Permalink
Added the stars layer to the debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
basimkhajwal committed Apr 25, 2016
1 parent 96934d1 commit 73701e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/assets/maps/new/level1.tmx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-up" width="200" height="200" tilewidth="10" tileheight="10" nextobjectid="53">
<map version="1.0" orientation="orthogonal" renderorder="right-up" width="200" height="200" tilewidth="10" tileheight="10" nextobjectid="57">
<objectgroup name="walls">
<object id="1" name="wall" type="wall" x="640" y="620" width="250" height="50"/>
<object id="2" name="wall" type="wall" x="640" y="300" width="250" height="50"/>
Expand Down Expand Up @@ -88,4 +88,9 @@
</properties>
</object>
</objectgroup>
<objectgroup name="stars">
<object id="54" name="star" type="star" x="1120" y="240" width="20" height="20"/>
<object id="55" name="star" type="star" x="1600" y="410" width="20" height="20"/>
<object id="56" name="star" type="star" x="1690" y="180" width="20" height="20"/>
</objectgroup>
</map>

0 comments on commit 73701e1

Please sign in to comment.