Revert "Misc. Fixes and Tweaks (#377)" (#380)

This reverts commit f9906b50a5.
This commit is contained in:
minenice55
2023-04-01 22:28:23 -04:00
committed by GitHub
parent 1b4e7fa931
commit 381b69fac9
199 changed files with 48588 additions and 30432 deletions

View File

@ -368,7 +368,7 @@ namespace HeavenStudio.Editor
{
var extensions = new[]
{
new ExtensionFilter("RYthm cinema Studio Remix File", "riq")
new ExtensionFilter("Heaven Studio Remix File", "riq")
};
StandaloneFileBrowser.SaveFilePanelAsync("Save Remix As", "", "remix_level", extensions, (string path) =>
@ -430,8 +430,8 @@ namespace HeavenStudio.Editor
var extensions = new[]
{
new ExtensionFilter("All Supported Files ", new string[] { "riq", "tengoku", "rhmania" }),
new ExtensionFilter("RYthm cinema Studio Remix File ", new string[] { "riq" }),
new ExtensionFilter("Legacy RYthm cinema Studio Remix ", new string[] { "tengoku", "rhmania" })
new ExtensionFilter("Heaven Studio Remix File ", new string[] { "riq" }),
new ExtensionFilter("Legacy Heaven Studio Remix ", new string[] { "tengoku", "rhmania" })
};
StandaloneFileBrowser.OpenFilePanelAsync("Open Remix", "", extensions, false, (string[] paths) =>