add: fly and tp to azazel

This commit is contained in:
Jadis0x
2024-05-29 21:43:06 +03:00
parent a5e92125ed
commit 7c151b664f
6 changed files with 51 additions and 15 deletions

View File

@@ -189,6 +189,10 @@ void DrawMapSpecificTab() {
if (ImGui::Button("Instant Win")) {
Misc::InstantWin();
}
if (ImGui::Button("TP To Azazel")) {
Misc::TpToAzazel();
}
}
bool inspector = false;
@@ -314,7 +318,7 @@ void DrawMiscTab() {
*/
ImGui::Checkbox("Fly", &settings::fly);
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 1.f, 10.f);
ImGui::SliderFloat("Speed: ", &settings::fly_speed, 5.f, 15.f);
/*
if (ImGui::Button("Make random noise")) {