Add ASUS walls via AlphaModulate and ColorModulate.

* Again, should really call this somewhere else.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe
2016-12-21 16:24:35 +00:00
parent 3c4ad3d7ae
commit f94aaad6c3
4 changed files with 23 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ void GUI::DrawConfigurationWindow() {
ImGui::Checkbox("No sky", &GUI::NoSky::Enabled);
ImGui::ColorEdit3("##No sky color", GUI::NoSky::Color);
ImGui::Spacing();
ImGui::Checkbox("ASUS walls", &GUI::ASUS::Enabled);
ImGui::ColorEdit4("##ASUS walls color", GUI::ASUS::Color, true);
ImGui::Spacing();
ImGui::PopItemWidth();
ImGui::End();