Working scene transitions

This commit is contained in:
Michal Pikulski
2025-10-16 13:42:28 +02:00
parent 49c4d968aa
commit 270877b280
9 changed files with 656 additions and 183 deletions

View File

@@ -262,7 +262,7 @@ namespace Core
}
// Tracks the currently loaded gameplay scene (not persistent/bootstrapper)
public string CurrentGameplayScene { get; private set; } = "MainMenu";
public string CurrentGameplayScene { get; set; } = "MainMenu";
public async Task ReloadCurrentScene(IProgress<float> progress = null, bool autoHideLoadingScreen = true)
{