mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Previous examples used signals in the same file which can cause confusion to some new users (as seen in #1973). New examples follow basic framework of existing work, but take care to explicitly show an example of inter-instance signals.