We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4686b commit 66da9bdCopy full SHA for 66da9bd
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 mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,250 , 225 ))
33
-local msamples = menu:AddComponent(MenuLib.Slider("Movement Samples", 1 ,66 , 25 ))
+local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,66 , 25 ))
34
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
35
36
local pastPredictions = {}
0 commit comments