Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dialogue message Default Scene to Project Settings #840

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ch0m5
Copy link

@ch0m5 ch0m5 commented Dec 4, 2024

Adds a setting in Project Settings for the user to set the PackedScene that is instanced by default when a Dialogue Message Node runs in an Orchestrator Script.

Aims to fix issue #838.

@ch0m5
Copy link
Author

ch0m5 commented Dec 4, 2024

Note: The setting is read every time a Dialogue Message runs (step()). This is suboptimal and would be way better to alter the variable holding the path to the default Packed Scene at editor startup and whenever the user changes its value. However, I was unable to find a way to do this. Help or directions to a "Project Settings were altered" method/signal would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant