Last active
August 29, 2015 13:57
-
-
Save Dinner1111/9718410 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<filters> | |
<filter name="only-green" parents="deny-players"> | |
<team>green</team> | |
</filter> | |
<filter name="only-blue" parents="deny-players"> | |
<team>blue</team> | |
</filter> | |
</filters> | |
<regions> | |
<apply block="deny-all"> | |
<rectangle min="-oo,-oo" max="oo,oo"/> | |
</apply> | |
<apply enter="only-green"> | |
<rectangle min="280,322" max="280,335"/> | |
</apply> | |
<apply enter="only-blue"> | |
<rectangle min="206,335" max="207,322"/> | |
</apply> | |
</regions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment