Fast iron boots tweak

This commit is contained in:
PJB3005
2026-03-31 03:17:56 +02:00
parent 54094a9b6c
commit 4b2a3e8da9
3 changed files with 31 additions and 0 deletions
+6
View File
@@ -7,6 +7,7 @@
#include <imgui_internal.h>
#include "JSystem/JUtility/JUTGamePad.h"
#include "d/actor/d_a_alink.h"
#include "dusk/audio/DuskAudioSystem.h"
#include "m_Do/m_Do_audio.h"
#include "m_Do/m_Do_controller_pad.h"
@@ -71,6 +72,11 @@ namespace dusk {
ImGui::EndMenu();
}
if (ImGui::BeginMenu("Tweaks")) {
ImGui::MenuItem("Fast iron boots", nullptr, &tweaks::FastIronBoots);
ImGui::EndMenu();
}
ImGui::EndMenu();
}