mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
GUI: prepare for standard ins editor
This commit is contained in:
parent
1d2c129c01
commit
926178414c
1 changed files with 2 additions and 3 deletions
|
@ -52,8 +52,7 @@ bool FurnaceGUI::loop() {
|
||||||
}
|
}
|
||||||
ImGui::EndMainMenuBar();
|
ImGui::EndMainMenuBar();
|
||||||
|
|
||||||
if (ImGui::Begin("Debug")) {
|
if (ImGui::Begin("Playback")) {
|
||||||
ImGui::Text("Hello world!\n");
|
|
||||||
ImGui::InputScalar("Speed 1",ImGuiDataType_U8,&e->song.speed1);
|
ImGui::InputScalar("Speed 1",ImGuiDataType_U8,&e->song.speed1);
|
||||||
ImGui::InputScalar("Speed 2",ImGuiDataType_U8,&e->song.speed2);
|
ImGui::InputScalar("Speed 2",ImGuiDataType_U8,&e->song.speed2);
|
||||||
unsigned char ord=e->getOrder();
|
unsigned char ord=e->getOrder();
|
||||||
|
@ -124,7 +123,7 @@ bool FurnaceGUI::loop() {
|
||||||
ImGui::PopID();
|
ImGui::PopID();
|
||||||
}
|
}
|
||||||
} else { // STD
|
} else { // STD
|
||||||
ImGui::Text("STD editor here");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue