mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00: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.