Skip to content

Commit

Permalink
Create map.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aandreychuk committed Jun 7, 2019
1 parent 43b6ab4 commit a30177f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Examples/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<root>
<map>
<width>10</width>
<height>10</height>
<grid>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
<row>0 0 0 0 0 0 0 0 0 0</row>
</grid>
</map>
</root>

0 comments on commit a30177f

Please sign in to comment.