Organize Auto Dead Ringer menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 22:19:33 -06:00
parent 095cd56715
commit e6772c9419
3 changed files with 9 additions and 6 deletions

View File

@ -1,6 +0,0 @@
<Tab name="Auto Deadringer" padding="4 4 4 4">
<List width="170">
<AutoVariable width="fill" target="auto-deadringer.enable" label="Auto Deadringer"/>
<AutoVariable width="fill" target="auto-deadringer.health" label="Trigger at health"/>
</List>
</Tab>

View File

@ -0,0 +1,8 @@
<Tab name="Auto Dead Ringer" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Dead Ringer">
<List width="150">
<AutoVariable width="fill" target="auto-deadringer.enable" label="Enable Auto Dead Ringer"/>
<AutoVariable width="fill" target="auto-deadringer.health" label="Trigger at health"/>
</List>
</Box>
</Tab>

View File

@ -43,5 +43,6 @@
<Include path="nullifiedcat/trigger/autobackstab.xml"/>
<Include path="nullifiedcat/trigger/autoreflect.xml"/>
<Include path="nullifiedcat/trigger/autosticky.xml"/>
<Include path="nullifiedcat/trigger/autodeadringer.xml"/>
</TabContainer>
</Tab>