viniciusgerevini / godot-clyde-dialogue

Clyde Dialogue Language Importer and interpreter for Godot.
MIT License
89 stars 11 forks source link

Can't import .clyde files #24

Closed peachey2k2 closed 1 year ago

peachey2k2 commented 1 year ago

Hello!! I was working on a simple RPG game and decided to use this plugin. But no matter what I tried, the editor just kept refusing to import any .clyde file. image This breaks the entire plugin since it can't "find" that file. image I don't know what causes it, since my knowledge on the engine is pretty rudimentary.

Edit: I forgot to mention that these 3 lines repeatedly appear in the output: image

peachey2k2 commented 1 year ago

The issue was with the importer. this pull request fixed the issue for me. Please merge it. image