Organice World menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 22:52:23 -06:00
parent ef4963da05
commit 8e56a4d57a

View File

@ -1,14 +1,26 @@
<Tab name="World" padding="4 4 4 4"> <Tab name="World" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="World"> <Box padding="12 6 6 6" width="content" height="content" name="FOV">
<List width="180"> <List width="180">
<AutoVariable width="fill" target="visual.fov" label="FOV"/> <AutoVariable width="fill" target="visual.fov" label="FOV"/>
<AutoVariable width="fill" target="visual.fov-zoomed" label="FOV zoomed"/> <AutoVariable width="fill" target="visual.fov-zoomed" label="FOV zoomed"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Freecam" y="55">
<List width="180">
<AutoVariable width="fill" target="visual.freecam-button" label="Freecam button"/> <AutoVariable width="fill" target="visual.freecam-button" label="Freecam button"/>
<AutoVariable width="fill" target="visual.freecam-speed" label="Freecam Speed (HU/s)"/> <AutoVariable width="fill" target="visual.freecam-speed" label="Freecam Speed (HU/s)"/>
<AutoVariable width="fill" target="visual.night-mode" label="Nightmode" min="0" max="100"/> </List>
<AutoVariable width="fill" target="visual.sv-pure-bypass" label="SV Pure bypass"/> </Box>
<AutoVariable width="fill" target="visual.thirdperson.enable" label="Thirdperson"/> <Box padding="12 6 6 6" width="content" height="content" name="Thirdperson" y="110">
<List width="180">
<AutoVariable width="fill" target="visual.thirdperson.enable" label="Enable Thirdperson"/>
<AutoVariable width="fill" target="visual.thirdperson.real-angles" label="Show Angles in thirdperson"/> <AutoVariable width="fill" target="visual.thirdperson.real-angles" label="Show Angles in thirdperson"/>
</List> </List>
</Box> </Box>
<Box padding="12 6 6 6" width="content" height="content" name="Misc" x="195">
<List width="180">
<AutoVariable width="fill" target="visual.night-mode" label="Nightmode" min="0" max="100"/>
<AutoVariable width="fill" target="visual.sv-pure-bypass" label="SV Pure bypass"/>
</List>
</Box>
</Tab> </Tab>