diff options
author | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
commit | 7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch) | |
tree | 4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /TestMap.xml | |
download | kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip |
initial commit. now I can start playing with stuff!
Diffstat (limited to '')
-rw-r--r-- | TestMap.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/TestMap.xml b/TestMap.xml new file mode 100644 index 0000000..ff3ef6a --- /dev/null +++ b/TestMap.xml @@ -0,0 +1,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> |