AnidemDex / Godot-DialogPlugin

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

Question Event can't create timelines inside the timeline editor #43

Closed AnidemDex closed 2 years ago

AnidemDex commented 2 years ago

System Information

To Reproduce

  1. Create a new timeline.
  2. Create a new question event.

Expected behavior Can create timelines directly in the timeline editor, just like the condition (IF|ELSE) event.

Screenshots

image

AnidemDex commented 2 years ago

Fixed by https://github.com/AnidemDex/Godot-EventSystem in EventManager node

All future Event/Timeline related issues will be moved to that repository