Added auto-strafe
This commit is contained in:
@@ -12,6 +12,7 @@ void GUI::DrawConfigurationWindow() {
|
||||
ImGui::PushItemWidth(-1);
|
||||
|
||||
ImGui::Checkbox("Auto-bunnyhop", &GUI::BunnyHop::Enabled);
|
||||
ImGui::Checkbox("Auto-strafe", &GUI::BunnyHop::StrafeEnabled);
|
||||
ImGui::Spacing();
|
||||
|
||||
ImGui::Checkbox("No sky", &GUI::NoSky::Enabled);
|
||||
|
||||
Reference in New Issue
Block a user