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

Improve text systems and TextBubble layout system #1579

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

Jowan-Spooner
Copy link
Collaborator

Text systems:

  • adds about_to_show signal to text subsystem.
  • adds enabled flag to text node

TextBubble Layout

The text bubble layout will now display a different text bubble for each "registered" character and use a fallback one (that has no position tracking) for all other characters.
Characters can be registered with the register_character() method that takes a dialogic character resource and a node2D to track to.

# Text systems:
- adds `about_to_show` signal to text subsystem. 
- adds enabled flag to text node

# TextBubble Layout
The text bubble layout will now display a different text bubble for each "registered" character and use a fallback one (that has no position tracking) for all other characters.
Characters can be registered with the register_character() method that takes a dialogic character resource and a node2D to track to.
@Jowan-Spooner Jowan-Spooner merged commit 14ad9ba into main May 24, 2023
@Jowan-Spooner Jowan-Spooner deleted the text-bubble branch May 30, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant