update Jukebox to latest version

fixes for inferred entity loading
This commit is contained in:
minenice55
2023-06-12 17:18:37 -04:00
parent 9f953d505f
commit 757e1c2c5e
5 changed files with 14 additions and 10 deletions

View File

@ -386,9 +386,7 @@ namespace HeavenStudio.Editor
{
var extensions = new[]
{
new ExtensionFilter("All Supported Files ", new string[] { "riq", "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) =>