Signals in Godot

Опубликовано: 30 Март 2026
на канале: Cashew OldDew
3,364
158

Signals are one of the most useful and easiest to use feature Godot has to offer. They provide a way to easily handle communication between two nodes. Signals are basically the Godot implementation of the observer design pattern.

This video aims to cover how to attach a signal to a node from inside the editor, how to connect a signal through code and even how to declare your own signals.

Topics discussed:
Godot Signals - https://docs.godotengine.org/en/stabl...
Area2D - https://docs.godotengine.org/en/stabl...

Assets:
Kenney Scribble Dungeons - https://kenney.nl/assets/scribble-dun...

--------------------
Github repository for this project.
https://github.com/cashew-olddew/godo...

Support me on Ko-Fi: https://ko-fi.com/cashewolddew
--------------------

Chapters:
0:00 What are Godot Signals?
0:55 How to use a Signal from the editor?
5:35 How to find the angle of a thrown projectile?
11:08 How to connect a Signal from code?
15:37 How to create custom Signals?

#godot #gamedev #designpatterns