add: function for the "Jumpscare Everyone" button

This commit is contained in:
jadis0x
2022-10-11 20:41:08 +03:00
committed by GitHub
parent 99c955c36d
commit cb5249deb0

View File

@@ -203,6 +203,10 @@ void DrawMapSpecificTab() {
Misc::ShootEveryone(false, true);
}
if (ImGui::Button("Jumpscare Everyone")) {
Misc::Jumpscare(true);
}
if (ImGui::Button("Skip long interact")) {
Misc::SkipLongInteract();
}