Created
February 8, 2022 23:41
-
-
Save P4z/ac0b752e834a74de909808a6a2dbd758 to your computer and use it in GitHub Desktop.
Armagetron Advanced aka Retrocycles styball mode diamond map.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> | |
<!DOCTYPE Resource SYSTEM "sty.dtd"> | |
<Resource type="aamap" name="diamond" version="0.1" author="P4" category="sty"> | |
<Map version="0.2.8"> | |
<Settings> | |
<Setting name="BALL_TEAM_MODE" value="0" /> | |
</Settings> | |
<World> | |
<Field> | |
<Axes number="12"/> | |
<Wall height="4"><Point x="0" y="320"/><Point x="240" y="0"/><Point x="0" y="-320"/><Point x="-240" y="0"/><Point x="0" y="320"/></Wall> | |
<Wall height="4"><Point x="24" y="200"/><Point x="24" y="248"/><Point x="-24" y="248"/><Point x="-24" y="200"/></Wall> | |
<Wall height="4"><Point x="-24" y="-200"/><Point x="-24" y="-248"/><Point x="24" y="-248"/><Point x="24" y="-200"/></Wall> | |
<Zone effect="fortress"><ShapeCircle radius="24" growth="0"><Point x="0" y="-224"/></ShapeCircle></Zone> | |
<Zone effect="target"><ShapeCircle radius="8" growth="0"><Point x="0" y="0"/></ShapeCircle></Zone> | |
<Zone effect="fortress"><ShapeCircle radius="24" growth="0"><Point x="0" y="224"/></ShapeCircle></Zone> | |
<Spawn x="0" y="-128" xdir="0" ydir="1"/> | |
<Spawn x="0" y="128" xdir="0" ydir="-1"/> | |
</Field> | |
</World> | |
</Map> | |
</Resource> | |
<!-- Exported from Vectron 1.1 with handmade fixes by P4 --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment