add demo song
by brickblock369
This commit is contained in:
parent
02fb5abc02
commit
ee16d20047
BIN
demos/Egyptian_Rule.fur
Normal file
BIN
demos/Egyptian_Rule.fur
Normal file
Binary file not shown.
|
@ -67,6 +67,7 @@ const char* aboutLine[]={
|
||||||
"AURORA*FIELDS",
|
"AURORA*FIELDS",
|
||||||
"BlueElectric05",
|
"BlueElectric05",
|
||||||
"breakthetargets",
|
"breakthetargets",
|
||||||
|
"brickblock369",
|
||||||
"CaptainMalware",
|
"CaptainMalware",
|
||||||
"DeMOSic",
|
"DeMOSic",
|
||||||
"DevEd",
|
"DevEd",
|
||||||
|
|
|
@ -1267,6 +1267,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
|
||||||
hasOpened=fileDialog->openLoad(
|
hasOpened=fileDialog->openLoad(
|
||||||
"Load Instrument",
|
"Load Instrument",
|
||||||
// TODO supply loadable formats in a dynamic, scalable, "DRY" way.
|
// TODO supply loadable formats in a dynamic, scalable, "DRY" way.
|
||||||
|
// thank the author of IGFD for making things impossible
|
||||||
{"all compatible files", "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn",
|
{"all compatible files", "*.fui *.dmp *.tfi *.vgi *.s3i *.sbi *.opli *.opni *.y12 *.bnk *.ff *.gyb *.opm *.wopl *.wopn",
|
||||||
"Furnace instrument", "*.fui",
|
"Furnace instrument", "*.fui",
|
||||||
"DefleMask preset", "*.dmp",
|
"DefleMask preset", "*.dmp",
|
||||||
|
|
Loading…
Reference in a new issue