summaryrefslogtreecommitdiff
path: root/TestMap.xml
blob: ff3ef6ad322d51faa50e59c8099ab1bb2ab0b2d6 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
<map>
	<point name="plateau" position="-372.5,-103,340" type="level" params="1,14,0,0">
		<exit direction="up" to="plateau to pond" />
	</point>
	
	<point name="pond" position="-80.5,0,82" type="level" params="1,16,0,0">
		<exit direction="left" to="plateau to pond" reverse="yes" />
		<exit direction="right" to="pond to forest" />
		<exit direction="up" to="pond to treetops" />
	</point>
	
	<point name="forest" position="407.5,0,270" type="level" params="1,15,0,0">
		<exit direction="left" to="pond to forest" reverse="yes" />
		<exit direction="up" to="forest to fortress" />
	</point>
	
	<point name="treetops" position="-80.5,0,-192" type="level" params="1,17,0,0">
		<exit direction="left" to="treetops to toad house" />
		<exit direction="right" to="treetops to fortress" />
		<exit direction="down" to="pond to treetops" reverse="yes" />
	</point>
	
	<point name="fortress" position="407.5,82,-192" type="level" params="1,18,0,0">
		<exit direction="left" to="treetops to fortress" reverse="yes" />
		<exit direction="down" to="forest to fortress" reverse="yes" />
	</point>
	
	<point name="toad house" position="-318.5,0,-192">
		<exit direction="right" to="treetops to toad house" reverse="yes" />
	</point>
	
	<path name="plateau to pond" start="plateau" end="pond">
		<segment from="-372.5,-103,340" to="-372.5,-103,185" />
		<segment from="-372.5,-103,185" to="-372.5,0,185"
				direction="up" same_dir="yes"
				animation="net_walk1" anim_speed="1.2" />
		<segment from="-372.5,0,185" to="-372.5,0,82" />
		<segment from="-372.5,0,82" to="-80.5,0,82" />
	</path>
	
	<path name="pond to forest" start="pond" end="forest">
		<segment from="-80.5,0,82" to="158,0,82" />
		<segment from="158,0,82" to="158,0,270" />
		<segment from="158,0,270" to="407.5,0,270" />
	</path>
	
	<path name="pond to treetops" start="pond" end="treetops">
		<segment from="-80.5,0,82" to="-80.5,0,-192" />
	</path>
	
	<path name="forest to fortress" start="forest" end="fortress">
		<segment from="407.5,0,270" to="407.5,0,60" />
		<segment from="407.5,0,60" to="407.5,70,-5" />
		<segment from="407.5,70,-5" to="407.5,70,-60" />
		<segment from="407.5,70,-60" to="407.5,82,-92" />
		<segment from="407.5,82,-92" to="407.5,82,-192" />
	</path>
	
	<path name="treetops to fortress" start="treetops" end="fortress">
		<segment from="-80.5,0,-192" to="168,0,-192" />
		<segment from="168,0,-192" to="222,70,-192" />
		<segment from="222,70,-192" to="325,70,-192" />
		<segment from="325,70,-192" to="360,82,-192" />
		<segment from="360,82,-192" to="407.5,82,-192" />
	</path>
	
	<path name="treetops to toad house" start="treetops" end="toad house">
		<segment from="-80.5,0,-192" to="-318.5,0,-192" />
	</path>
</map>