We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e340e commit b967bd9Copy full SHA for b967bd9
Swing_Prediction.lua
@@ -30,7 +30,7 @@ end, ItemFlags.FullWidth))]]
30
local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
31
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
32
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (Beta)", true))
33
-local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,295 , 275 ))
+local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,295 , 250 ))
34
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,777 , 132 ))
35
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
36
0 commit comments