Godot Version
4.2.2
Question
I’m making a 2D Platformer and I was wondering how I would make a spring block that when touched makes the player bounce? I already know how to make the collisions, and the spring makes a sound when touched, but I’m not sure how to send a signal to the player node and make it change velocity. Any help is appreciated, thank you.