-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.xml
More file actions
59 lines (51 loc) · 938 Bytes
/
Copy pathtest.xml
File metadata and controls
59 lines (51 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<board>
<tile>
<id>100</id>
<row>0</row>
<col>0</col>
<type>3W</type>
</tile>
<tile>
<id>101</id>
<row>1</row>
<col>1</col>
<type>2W</type>
</tile>
<tile>
<id>102</id>
<row>2</row>
<col>2</col>
<type>2L</type>
</tile>
<tile>
<id>103</id>
<row>3</row>
<col>3</col>
<type>3L</type>
</tile>
<tile>
<id>104</id>
<row>-1</row>
<col>-1</col>
<type>3W</type>
</tile>
<tile>
<id>105</id>
<row>7</row>
<col>7</col>
<type>3W</type>
</tile>
<tile>
<id>106</id>
<row>15</row>
<col>15</col>
<type>3W</type>
</tile>
<notTile>
<id>107</id>
<row>10</row>
<col>10</col>
<type>3W</type>
</notTile>
</board>