chickensoft-games / LogicBlocks

Human-friendly, hierarchical state machines for games and apps in C#.
https://www.nuget.org/packages/Chickensoft.LogicBlocks
MIT License
152 stars 6 forks source link

Would you consider GDSCript version as a pull request #9

Closed Griefchief closed 11 months ago

Griefchief commented 11 months ago

... if I find a use for your little project and make GDScript versions of the logic blocks?

definitelyokay commented 11 months ago

Since these are C# packages that are distributed via nuget, I think it would be best if you maintained and hosted the repository for the proposed GDScript version.

That being said — I am happy to endorse your GDScript implementation from the documentation in the readme (provided it is reasonably clean, well-tested, etc) so that anyone who might be looking for the GDScript version can find it. I'm also happy to answer questions about how it works to assist you in porting it.