bzr branch
http://9ix.org/bzr/ld28
11
by Josh C
... add the map. and the extra code to work w/ it. |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<map version="1.0" orientation="orthogonal" width="50" height="37" tilewidth="16" tileheight="16"> |
|
3 |
<tileset firstgid="1" name="tiles" tilewidth="16" tileheight="16"> |
|
4 |
<image source="tiles.png" width="48" height="16"/> |
|
5 |
<tile id="0"> |
|
6 |
<properties> |
|
7 |
<property name="solid" value="true"/> |
|
8 |
</properties> |
|
9 |
</tile> |
|
10 |
</tileset> |
|
11 |
<layer name="bg" width="50" height="37"> |
|
12 |
<data encoding="base64" compression="zlib"> |
|
13 |
eJztwwEJAAAMBKHj+4dejoGCq6aqqqqqqqr66AEqnw51 |
|
14 |
</data> |
|
15 |
</layer> |
|
16 |
<layer name="map" width="50" height="37"> |
|
17 |
<data encoding="base64" compression="zlib"> |
|
15
by Josh C
put some walls and a goal... doesn't feel quite right. |
18 |
eJzt11EKACEMA9F6/0t7BptGgs6Af1r2IQi7qmo9shJSvgPHfDhwOMLhddx8/7mP+W453F4cOBwp71iSQwlHVjiy+tWR+t/vvA8c5+GY36+cwzG/XzmHwxcO3/xOOHzzO+Hwze+kOF5YG3vyAQI= |
11
by Josh C
... add the map. and the extra code to work w/ it. |
19 |
</data> |
20 |
</layer> |
|
15
by Josh C
put some walls and a goal... doesn't feel quite right. |
21 |
<objectgroup name="objects" width="50" height="37"> |
22 |
<object name="Goal" x="560" y="208" width="16" height="16"> |
|
23 |
<properties> |
|
24 |
<property name="_the" value="goal"/> |
|
25 |
</properties> |
|
26 |
</object> |
|
27 |
</objectgroup> |
|
11
by Josh C
... add the map. and the extra code to work w/ it. |
28 |
</map> |