mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 20:15:55 +00:00
Title screen new art
This commit is contained in:
parent
6899d3f7cc
commit
e41fd125de
7 changed files with 30 additions and 24 deletions
|
|
@ -37,6 +37,11 @@ public partial class DialogueStarter : ChainActivable
|
|||
|
||||
public override bool Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
if (GlobalState.Instance.SessionSettings.SkipDialogues)
|
||||
{
|
||||
DialogueEndAction();
|
||||
return true;
|
||||
}
|
||||
_dialogic.Connect("timeline_ended", Callable.From(OnTimelineEnded));
|
||||
|
||||
var dialogicNode = _dialogic.Call("start", _trackName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue