AnidemDex / Godot-DialogPlugin

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

IF|ELSE Event Node visual duplication after re-loading the Event #28

Closed Crystalwarrior closed 3 years ago

Crystalwarrior commented 3 years ago

IF|ELSE node visually duplicates events any time the IF|ELSE resource is Loaded into UI - this is not exclusive to drag & drop events

https://user-images.githubusercontent.com/3470436/131582987-b993e16d-e319-4ab5-b8a2-31bf7bffe9d7.mp4

AnidemDex commented 3 years ago

_Future note: This is due how load_event() is being called (being called two times at once for the same event)_

AnidemDex commented 3 years ago

@Crystalwarrior is this still happening?

Crystalwarrior commented 3 years ago

Resolved!