Move shopsanity option in GUI

This commit is contained in:
Garrett Cox 2022-09-02 17:28:38 -05:00
parent e53ec33d85
commit b98442cc9f
1 changed files with 15 additions and 15 deletions

View File

@ -4418,21 +4418,6 @@ void DrawRandoEditor(bool& open) {
PaddedSeparator();
// Shopsanity
ImGui::Text(Settings::Shopsanity.GetName().c_str());
InsertHelpHoverText(
"Off - All shop items will be the same as vanilla.\n"
"\n"
"0 Items - Vanilla shop items will be shuffled among different shops.\n"
"\n"
"1-4 Items - Vanilla shop items will be shuffled among different shops, and each shop will contain 1-4 non-vanilla shop items.\n"
"\n"
"Random - Vanilla shop items will be shuffled among different shops, and each shop will contain a random number of non-vanilla shop items.\n"
);
SohImGui::EnhancementCombobox("gRandomizeShopsanity", randoShopsanity, 7, 0);
PaddedSeparator();
// Shuffle Gerudo Membership Card
SohImGui::EnhancementCheckbox(Settings::ShuffleGerudoToken.GetName().c_str(),
"gRandomizeShuffleGerudoToken");
@ -4454,6 +4439,21 @@ void DrawRandoEditor(bool& open) {
ImGui::BeginChild("ChildShuffleNpcs", ImVec2(0, -8));
ImGui::PushItemWidth(-FLT_MIN);
// Shopsanity
ImGui::Text(Settings::Shopsanity.GetName().c_str());
InsertHelpHoverText(
"Off - All shop items will be the same as vanilla.\n"
"\n"
"0 Items - Vanilla shop items will be shuffled among different shops.\n"
"\n"
"1-4 Items - Vanilla shop items will be shuffled among different shops, and each shop will contain 1-4 non-vanilla shop items.\n"
"\n"
"Random - Vanilla shop items will be shuffled among different shops, and each shop will contain a random number of non-vanilla shop items.\n"
);
SohImGui::EnhancementCombobox("gRandomizeShopsanity", randoShopsanity, 7, 0);
PaddedSeparator();
// Shuffle Scrubs
ImGui::Text(Settings::Scrubsanity.GetName().c_str());
InsertHelpHoverText(