mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Add ImGui Stuffs
This commit is contained in:
parent
076887e71f
commit
95da124497
1 changed files with 4 additions and 0 deletions
|
@ -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, "");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue