new demo song
by ALTMUS
This commit is contained in:
parent
bb2b2e1cc6
commit
13b56870ec
16 changed files with 802 additions and 74 deletions
|
|
@ -7188,5 +7188,20 @@ void FurnaceGUI::applyUISettings(bool updateFonts) {
|
|||
fileDialog=new FurnaceGUIFileDialog(settings.sysFileDialog);
|
||||
|
||||
fileDialog->mobileUI=mobileUI;
|
||||
|
||||
if (curEngineState==10) {
|
||||
if ((rand()%10)==0) {
|
||||
for (int i=0; i<ImGuiCol_COUNT; i++) {
|
||||
ImGui::GetStyle().Colors[i]=ImVec4((float)(rand()%256)/256.0f,(float)(rand()%256)/256.0f,(float)(rand()%256)/256.0f,(float)(rand()%256)/256.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (curEngineState==12) {
|
||||
for (int i=0; i<ImGuiCol_COUNT; i++) {
|
||||
|
||||
ImGui::GetStyle().Colors[i]=ImVec4(0,0,0,1);
|
||||
}
|
||||
ImGui::GetStyle().Colors[ImGuiCol_Text]=ImVec4(1,1,1,1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue