Added auto-strafe

This commit is contained in:
Wizzard
2023-12-08 19:10:12 -05:00
parent 2de25ae24f
commit 6d37075ef8
3 changed files with 13 additions and 0 deletions

View File

@@ -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);