AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

QuestionEvent doesn't works in DialogBubble #45

Closed AnidemDex closed 2 years ago

AnidemDex commented 2 years ago

Update: Is not working since the editor is not saving the timeline on its options. Related to #43 Fixed, the dictionary editor is not finished. Is not saving changes on values in dictionaries.

AnidemDex commented 2 years ago

Update: Doesn't works because DialogBubble doesn't have a DialogOptionManager. So no option will be displayed.

Events that relies on this node should be updated to take care about this probability.