This video tutorial continues the journey about rust and godot by demonstrating how to use signals across two different nodes.
Signals are an easy way to emit events and execute a method in another node.
You can find the code on Github: https://github.com/Schr3da/gdext-rust...