Pheubel
Pheubel
It actually does have a call to finish already (see [addons/dialogic/Modules/Background/event_background.gd line 60](https://github.com/dialogic-godot/dialogic/blob/main/addons/dialogic/Modules/Background/event_background.gd#L60)). Instead, what I think would have to happen is that [the call to update_background()](https://github.com/dialogic-godot/dialogic/blob/main/addons/dialogic/Modules/Background/event_background.gd#L58) needs to cause...
I just tried this PR on windows 10 (x86_64) with a simple illustration i quickly drew together and an illustration that uses a newer version of CSP and it works...
> Thanks for the suggestion, I really like it. I'm still thinking about the theme, it would be better to add the theme_type_variation app. > > Ideally, it would be...
To whoever is going to look into this, making use of [EditorExportPlugin](https://docs.godotengine.org/en/4.4/classes/class_editorexportplugin.html) seems like a good first step, the documentation mentions that you can skip files from being included from...
I wonder if there would be merit to having favorite pins on a per library basis, as opposed to just global. for example, let's say you have a library for...
the problem with adding this to the core is meeting user expectation, from how i've seen the tool work it bakes the lipsync. this on it's own isn't really a...
i think it make sense to make use of the tag id to be used as the translation id? table-wise i would imagine that it as a foreign key, alongside...