Dialogue tweaks

This commit is contained in:
MaddoScientisto 2025-03-16 18:11:58 +01:00
commit 33c637b095
19 changed files with 177 additions and 43 deletions

View file

@ -65,6 +65,7 @@ public partial class GlobalState : Node
})
.Build()
.PlayUnpausable();
//CallDeferred(MethodName.DeferredGotoScene, path, startData);
}
@ -81,7 +82,7 @@ public partial class GlobalState : Node
// Add it to the active scene, as child of root.
GetTree().Root.AddChild(CurrentScene);
// Optionally, to make it compatible with the SceneTree.change_scene_to_file() API.
GetTree().CurrentScene = CurrentScene;