Organize Chams menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 20:30:34 -06:00
parent 458a6b304d
commit a89a7bb368

View File

@ -1,6 +1,7 @@
<Tab name="Chams" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Chams">
<List width="150">
<AutoVariable width="fill" target="chams.enable" label="Enable"/>
<AutoVariable width="fill" target="chams.enable" label="Enable Chams"/>
<AutoVariable width="fill" target="chams.legit" label="Legit"/>
<AutoVariable width="fill" target="chams.flat" label="Flat"/>
<AutoVariable width="fill" target="chams.disco" label="Disco"/>
@ -8,7 +9,6 @@
<AutoVariable width="fill" target="chams.recursive" label="Recursive"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single pass"/>
<AutoVariable width="fill" target="chams.health" label="Health"/>
<AutoVariable width="fill" target="chams.self" label="Chams Self"/>
<AutoVariable width="fill" target="chams.self-rainbow" label="Self Rainbow"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White Weapons"/>
<LabeledObject width="fill" label="Solid when">
@ -18,9 +18,13 @@
<Option name="Not visible" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" x="170">
<List width="150">
<AutoVariable width="fill" target="chams.show.players" label="Players"/>
<AutoVariable width="fill" target="chams.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="chams.self" label="Chams Self"/>
<AutoVariable width="fill" target="chams.show.buildings" label="Buildings"/>
<AutoVariable width="fill" target="chams.show.teammate-buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="chams.show.powerups" label="Powerups"/>
@ -28,4 +32,5 @@
<AutoVariable width="fill" target="chams.show.ammoboxes" label="Ammo Boxes"/>
<AutoVariable width="fill" target="chams.show.medkits" label="Health Packs"/>
</List>
</Box>
</Tab>