Move Remove menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 22:54:55 -06:00
parent 8e56a4d57a
commit 23a84e715a
4 changed files with 9 additions and 15 deletions

View File

@ -5,7 +5,6 @@
<Include path="nullifiedcat/misc/announcer.xml"/>
<Include path="nullifiedcat/misc/bptf.xml"/>
<Include path="nullifiedcat/misc/collective.xml"/>
<Include path="nullifiedcat/misc/Misc2.xml"/>
<Include path="nullifiedcat/misc/catbot.xml"/>
</TabContainer>
</Tab>

View File

@ -1,5 +0,0 @@
<Tab name="Misc2">
<TabContainer width="fill" height="fill">
<Include path="nullifiedcat/misc/remove.xml"/>
</TabContainer>
</Tab>

View File

@ -1,9 +0,0 @@
<Tab name="Remove" padding="4 4 4 4">
<List width="220">
<AutoVariable width="fill" target="remove.arms" label="Remove Arms"/>
<AutoVariable width="fill" target="remove.cloak" label="Remove Cloak"/>
<AutoVariable width="fill" target="remove.disguise" label="Remove Disguise"/>
<AutoVariable width="fill" target="remove.hats" label="Remove Hats"/>
<AutoVariable width="fill" target="remove.scope" label="Remove Scope"/>
</List>
</Tab>

View File

@ -23,4 +23,13 @@
<AutoVariable width="fill" target="visual.sv-pure-bypass" label="SV Pure bypass"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Remove" x="195" y="52">
<List width="180">
<AutoVariable width="fill" target="remove.arms" label="Remove Arms"/>
<AutoVariable width="fill" target="remove.cloak" label="Remove Cloak"/>
<AutoVariable width="fill" target="remove.disguise" label="Remove Disguise"/>
<AutoVariable width="fill" target="remove.hats" label="Remove Hats"/>
<AutoVariable width="fill" target="remove.scope" label="Remove Scope"/>
</List>
</Box>
</Tab>