feat(Self): Superjump (#809)

This commit is contained in:
TheGreenBandit
2023-01-08 15:25:15 -05:00
committed by GitHub
parent 081dd6d694
commit ef27f9cb6b
4 changed files with 60 additions and 2 deletions

View File

@ -41,7 +41,10 @@ namespace big
components::command_checkbox<"fastrun">();
ImGui::Checkbox("No Idle Kick", &g.tunables.no_idle_kick);
components::command_checkbox<"walkunder">();
if(!g.self.super_jump)
components::command_checkbox<"beastjump">();
if(!g.self.beast_jump)
components::command_checkbox<"superjump">();
ImGui::EndGroup();
ImGui::SameLine();
ImGui::BeginGroup();