From 95da124497cb295a1b624fe67a27363ccc4d1a36 Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Fri, 20 May 2022 15:11:36 +0200 Subject: [PATCH] Add ImGui Stuffs --- libultraship/libultraship/SohImGuiImpl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index d17d6ccee..2eb885203 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -663,6 +663,10 @@ namespace SohImGui { { if (ImGui::BeginMenu("Gameplay")) { + EnhancementCheckbox("Force Max heart", "gForceMaxHeartCount"); + if(CVar_GetS32("gForceMaxHeartCount",0)){ + EnhancementSliderInt("Link maximum hearts %dx", "##HEARTSCOUNT", "gMaxHeartCount", 0, 20, ""); + } EnhancementSliderInt("Text Speed: %dx", "##TEXTSPEED", "gTextSpeed", 1, 5, ""); EnhancementSliderInt("King Zora Speed: %dx", "##WEEPSPEED", "gMweepSpeed", 1, 5, "");