Add aimbot debug variables

This commit is contained in:
Hunter Kvalevog 2019-03-05 23:11:12 -06:00
parent e522b46b9a
commit 0d534abaaf
2 changed files with 2 additions and 7 deletions

View File

@ -18,13 +18,6 @@
<AutoVariable width="fill" target="aimbot.miss-chance" label="Miss chance"/>
<AutoVariable width="fill" target="aimbot.extrapolate" label="Extrapolate"/>
<AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/>
<!--
<AutoVariable width="fill" target="aimbot.fov-circle.enable" label="FOV Circle"/>
<AutoVariable width="fill" target="aimbot.fov-circle.opacity" label="FOV Opacity"/>
<AutoVariable width="fill" target="aimbot.debug" label="Debug"/>
<AutoVariable width="fill" target="aimbot.debug.engine-pp" label="Debug Engine PP"/>
-->
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Autoshoot" x="340">

View File

@ -14,6 +14,8 @@
<AutoVariable width="fill" target="debug.ve.averaging" label="VE Averaging"/>
<AutoVariable width="fill" target="debug.ve.smooth" label="VE Smooth"/>
<AutoVariable width="fill" target="debug.ve.window" label="VE Window"/>
<AutoVariable width="fill" target="aimbot.debug" label="Debug Aimbot"/>
<AutoVariable width="fill" target="aimbot.debug.engine-pp" label="Debug Engine PP"/>
</List>
</Box>
</Tab>