Rework rgb for fun vehicle and paintgun (#1783)

Closes #1819
This commit is contained in:
TheGreenBandit
2023-07-23 12:51:57 -04:00
committed by GitHub
parent 09a189eb4d
commit ae486ca129
12 changed files with 65 additions and 161 deletions

View File

@ -58,11 +58,6 @@ namespace big
});
}
ImGui::SeparatorText("Rainbow");
ImGui::Checkbox("Spasm", &g.settings.rainbow.spasm);
ImGui::Checkbox("Fade", &g.settings.rainbow.fade);
ImGui::SliderInt("Speed", &g.settings.rainbow.speed, 0, 10); // TODO: THIS SPEED DOESNT MAKE SENSE
ImGui::SeparatorText("SETTINGS_MISC"_T.data());
ImGui::Checkbox("SETTINGS_MISC_DEV_DLC"_T.data(), &g.settings.dev_dlc);