Skip to content

Commit a30177f

Browse files
authored
Create map.xml
1 parent 43b6ab4 commit a30177f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Examples/map.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" ?>
2+
<root>
3+
<map>
4+
<width>10</width>
5+
<height>10</height>
6+
<grid>
7+
<row>0 0 0 0 0 0 0 0 0 0</row>
8+
<row>0 0 0 0 0 0 0 0 0 0</row>
9+
<row>0 0 0 0 0 0 0 0 0 0</row>
10+
<row>0 0 0 0 0 0 0 0 0 0</row>
11+
<row>0 0 0 0 0 0 0 0 0 0</row>
12+
<row>0 0 0 0 0 0 0 0 0 0</row>
13+
<row>0 0 0 0 0 0 0 0 0 0</row>
14+
<row>0 0 0 0 0 0 0 0 0 0</row>
15+
<row>0 0 0 0 0 0 0 0 0 0</row>
16+
<row>0 0 0 0 0 0 0 0 0 0</row>
17+
</grid>
18+
</map>
19+
</root>

0 commit comments

Comments
 (0)