Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Last active August 29, 2015 13:57
Show Gist options
  • Save Dinner1111/9718410 to your computer and use it in GitHub Desktop.
Save Dinner1111/9718410 to your computer and use it in GitHub Desktop.
<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