How do I pause the game but not the Dialog node? #1466
-
Howdy, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @FirePrincessITA , the Dialogic.start() method currently doesn't return the layout scene, so you cannot change the pause mode. This will be fixed in the future. |
Beta Was this translation helpful? Give feedback.
-
Thanks @Jowan-Spooner ! In the Godot version 4.3.stable, dialogic 2.0-alpha-17 WIP, got the following error:
I could fix the error by slightly modifying your code, adding func(): into one line 4.
|
Beta Was this translation helpful? Give feedback.
Hi @FirePrincessITA , the Dialogic.start() method currently doesn't return the layout scene, so you cannot change the pause mode. This will be fixed in the future.
The turorial is indeed outdated (for dialogic 1), new documentation will come once dialogi 2 is getting closer to completion/stableness.