Add ImGui Stuffs

This commit is contained in:
Baoulettes 2022-05-20 15:11:36 +02:00 committed by GitHub
commit 95da124497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, "");