Organice World menu
This commit is contained in:
parent
ef4963da05
commit
8e56a4d57a
@ -1,14 +1,26 @@
|
||||
<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">
|
||||
<AutoVariable width="fill" target="visual.fov" label="FOV"/>
|
||||
<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-speed" label="Freecam Speed (HU/s)"/>
|
||||
<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"/>
|
||||
<AutoVariable width="fill" target="visual.thirdperson.enable" label="Thirdperson"/>
|
||||
</List>
|
||||
</Box>
|
||||
<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"/>
|
||||
</List>
|
||||
</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>
|
Reference in New Issue
Block a user