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