GDYarn
GDYarn copied to clipboard
A YarnSpinner Gdscript implementation that is able to parse and interpret scripts written in the yarn language.
When I load the `4.x` branch as an addon, I get this error: ``` Attempt to open script 'res://addons/gdyarn/yarn_runner.gd' resulted in error 'File not found'. ``` Looks like it comes...
Thanks for making this plugin. I did notice that when the end of line is reached, and the next line is loaded, the name in the nameplate is updated without...
Ran into same issue as #11 Created this as a minimal fix and its tested locally by swapping characters every line and when dropping in and out of character dialogue....
YarnSpinner 2.0 made [some changes](https://github.com/YarnSpinnerTool/YarnSpinner/releases/tag/v2.0.0) to the syntax. For example, `[[Node]]` is now written ``. GDYarn currently ignores such jumps (presumably because they look like custom commands).
Hi kyperbelt. I tried using your plugin, and when I moved the compiled program to a subdirectory it broke. I've made the following fixes so that compiled yarn programs can...
Currently, a lot of the code-base is written in a style that at the time of writing it, was comfortable to me. As it has grown larger, it would be...