Rework game over logic and game initialization
This commit is contained in:
@@ -18,6 +18,7 @@ public partial class SceneLoader : Node
|
||||
ResourceLoader.LoadThreadedRequest(sceneToLoad);
|
||||
_sceneToLoad = sceneToLoad;
|
||||
_loading = true;
|
||||
SetProcess(true);
|
||||
}
|
||||
|
||||
private void LoadScene()
|
||||
|
||||
Reference in New Issue
Block a user