mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:07:39 +02:00
Misc. Fixes and Tweaks (#377)
* Fix Batch 1 fix batch 1 * fixes 2 tired * fixes 3 * 1 * coin coin * Fixes 4 * Update README.md * localization * procrastination heat death of the universe * seal * the funny 2023 * animatioon adjust * more adjustment --------- Co-authored-by: ThatZeoMan <67521686+ThatZeoMan@users.noreply.github.com> Co-authored-by: minenice55 <star.elementa@gmail.com>
This commit is contained in:
@ -368,7 +368,7 @@ namespace HeavenStudio.Editor
|
||||
{
|
||||
var extensions = new[]
|
||||
{
|
||||
new ExtensionFilter("Heaven Studio Remix File", "riq")
|
||||
new ExtensionFilter("RYthm cinema 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("Heaven Studio Remix File ", new string[] { "riq" }),
|
||||
new ExtensionFilter("Legacy Heaven Studio Remix ", new string[] { "tengoku", "rhmania" })
|
||||
new ExtensionFilter("RYthm cinema Studio Remix File ", new string[] { "riq" }),
|
||||
new ExtensionFilter("Legacy RYthm cinema Studio Remix ", new string[] { "tengoku", "rhmania" })
|
||||
};
|
||||
|
||||
StandaloneFileBrowser.OpenFilePanelAsync("Open Remix", "", extensions, false, (string[] paths) =>
|
||||
|
Reference in New Issue
Block a user