Hacker News new | ask | show | jobs
by HideousKojima 646 days ago
>and "signals", which are meant to decrease spaghetti but only increased it for me.

Signals are basically just event subscriptions. In fact, if you use C# with Godot you can actually just use C# native delegates/events.

1 comments

And you don’t need to use signals in Godot at all.