new demo song
by Clingojam
This commit is contained in:
parent
5cdd04eca8
commit
e24963c5ea
BIN
demos/snes/amalgam.fur
Normal file
BIN
demos/snes/amalgam.fur
Normal file
Binary file not shown.
|
@ -69,6 +69,7 @@ const char* aboutLine[]={
|
||||||
"brickblock369",
|
"brickblock369",
|
||||||
"Burnt Fishy",
|
"Burnt Fishy",
|
||||||
"CaptainMalware",
|
"CaptainMalware",
|
||||||
|
"Clingojam",
|
||||||
"DeMOSic",
|
"DeMOSic",
|
||||||
"DevEd",
|
"DevEd",
|
||||||
"Dippy",
|
"Dippy",
|
||||||
|
|
|
@ -506,7 +506,9 @@ void FurnaceGUI::drawMobileControls() {
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Button("Legacy .dmf");
|
ImGui::Button("Legacy .dmf");
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::Button("Export Audio");
|
if (ImGui::Button("Export Audio")) {
|
||||||
|
openFileDialog(GUI_FILE_EXPORT_AUDIO_ONE);
|
||||||
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (ImGui::Button("Export VGM")) {
|
if (ImGui::Button("Export VGM")) {
|
||||||
openFileDialog(GUI_FILE_EXPORT_VGM);
|
openFileDialog(GUI_FILE_EXPORT_VGM);
|
||||||
|
|
Loading…
Reference in a new issue