mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Restore changes from PR #306
Add back update from https://github.com/HarbourMasters/Shipwright/pull/306
This commit is contained in:
parent
85d10ef2d0
commit
e2bf05df85
1 changed files with 6 additions and 4 deletions
|
@ -730,16 +730,18 @@ namespace SohImGui {
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
EnhancementCheckbox("Dpad Support on Pause and File Select", "gDpadPauseName");
|
EnhancementCheckbox("D-pad Support on Pause and File Select", "gDpadPauseName");
|
||||||
EnhancementCheckbox("DPad Support in Ocarina and Text Choice", "gDpadOcarinaText");
|
EnhancementCheckbox("D-pad Support in Ocarina and Text Choice", "gDpadOcarinaText");
|
||||||
EnhancementCheckbox("DPad Support for Browsing Shop Items", "gDpadShop");
|
EnhancementCheckbox("D-pad Support for Browsing Shop Items", "gDpadShop");
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
EnhancementCheckbox("Show Inputs", "gInputEnabled");
|
EnhancementCheckbox("Show Inputs", "gInputEnabled");
|
||||||
|
Tooltip("Shows currently pressed inputs on the bottom right of the screen");
|
||||||
EnhancementCheckbox("Rumble Enabled", "gRumbleEnabled");
|
EnhancementCheckbox("Rumble Enabled", "gRumbleEnabled");
|
||||||
|
|
||||||
EnhancementSliderFloat("Input Scale: %.1f", "##Input", "gInputScale", 1.0f, 3.0f, "", 1.0f, false);
|
EnhancementSliderFloat("Input Scale: %.1f", "##Input", "gInputScale", 1.0f, 3.0f, "", 1.0f, false);
|
||||||
|
Tooltip("Sets the on screen size of the displayed inputs from Show Inputs");
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue