mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 21:45:53 +00:00
Dialogue tweaks
This commit is contained in:
parent
948e3c6754
commit
33c637b095
19 changed files with 177 additions and 43 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue