diff options
author | Treeki <treeki@gmail.com> | 2011-03-13 00:19:13 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-13 00:19:13 +0100 |
commit | b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba (patch) | |
tree | 82802511dfa1f34b27c2b6ea708c4a5d94f40717 /TestMap.xml | |
parent | 7d4e4c0b34a613dd3c0220475ae4e448197522c1 (diff) | |
download | kamek-b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba.tar.gz kamek-b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba.zip |
this branch now features only the level select stuff
Diffstat (limited to '')
-rw-r--r-- | TestMap.xml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/TestMap.xml b/TestMap.xml deleted file mode 100644 index ff3ef6a..0000000 --- a/TestMap.xml +++ /dev/null @@ -1,70 +0,0 @@ -<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> |