Luca Talevi
Luca Talevi
Hi everyone, we're using bookstack in our infrastructure. This feature would be extremely useful, especially with an hackmd-like ux. I'd like to know, if it's possible of course, how could...
Related: https://github.com/godotengine/godot/issues/29548 This will probably be fixed with the joining of `class_name` and `add_custom_type()`
Hi everyone, I opened a (hopefully) fully functional g4 port based on #47 -> https://github.com/imjp94/gd-YAFSM/pull/50 Feel free to check it out. Let me know if it's best to merge it...
Thank you for your effort! Currently integrating in a Godot 4.0 alpha 13 project. For the time being I had to make two edits to your proposal: 1. in **FlowChart.gd...
@cheesycoke have you tried my corrections? > Thank you for your effort! Currently integrating in a Godot 4.0 alpha 13 project. For the time being I had to make two...
Good news! With my proposed changes and some additional renames, this extension works quite nicely in the latest Godot 4 alpha 16. Additional renames: - Control inherited `hint_tooltip` attribute ->...
> I'll update the branch. Though, I'm using usually my other branch, `port-4.0-expression` which integrates my suggestion to add custom expressions. So, sometimes, I tend to forget this branch. Maybe...
> @farfalk Yes, I agree with that, but I think what @adamscott was saying is that he usually works on another branch instead of this, that's why he seldom push...
Hi @adamscott , I opened another pull request (#50) with all the changes I had to make to bring it to feature parity, feel free to check it out and...
> As a note, a workaround while a proper UI is actually done would be changing the code locally to enable it... > > This can be done as a...