I wish I could rattle off a trite list of labels here, but I’ve never found a satisfyingly short list that covered me.

I like political discussions that revolve around how to make the world better. I like learning underlying and/or fundamental truths about the universe we find ourselves in. I like art; as an artist, as an audience member, as a stage hand. I like computers and how they empower us to more freely manipulate information and send it back out into the world.

I like forests.

  • 0 Posts
  • 7 Comments
Joined 4 years ago
cake
Cake day: October 12th, 2020

help-circle






  • @plixel @Rodeo generally I setup “horizontal” signal connections inside nodes’ _ready() methods, to minimize get_node() calls.

    But really, do whatever works for what you’re trying to accomplish. There are too many different ways to accomplish the same “thing” for there to be a real ‘recommended use’ for signals. Technically you don’t even need them, you can always grab a node and call one of its methods. It’s just that in some cases, it’s easier to manage as a signal (especially if you prefer to do things via the Godot editor UI over writing code).