Hey everyone! I've begun my quest to learn Godot. So far I've been meddlin about on it and im enjoying this far. I'm still trying to wrap my head around the nodes and how they work together. but as of this moment, I'm having trouble with signalling:
I have a button, which sends a signal, to a script which is assigned to the meshInstance (a cube). It has an extra few buttons that allow me to rotate it, which works fine. But now I want to change the color, or better yet, change the SpatialMaterial?. Any ways, any help would be much appreciated.