prepare for 0.6.2

This commit is contained in:
tildearrow 2024-03-31 23:35:59 -05:00
parent 90859be901
commit 90c628612e
28 changed files with 4946 additions and 46 deletions

View file

@ -592,6 +592,10 @@ void FurnaceGUI::drawMobileControls() {
memoryOpen=!memoryOpen;
}
if (ImGui::Button("CV")) {
cvOpen=!cvOpen;
}
ImGui::Separator();
ImGui::Button("Panic");
@ -614,9 +618,6 @@ void FurnaceGUI::drawMobileControls() {
mobileMenuPos=0.0f;
aboutOpen=true;
}
if (ImGui::Button("Shader Editor")) {
shaderEditor=!shaderEditor;
}
if (ImGui::Button("Switch to Desktop Mode")) {
toggleMobileUI(!mobileUI);
}