Godot Version
4.2
Question
I wanted to make an upgrade menu for my game, and I tried getting started, but I’m not sure what to do. if anyone could link a video or give a code to grab the value of something and change it.
I just want to change the health and the damage. I need to get the damage and health variables from a component on a tscn.
I looked for ideas on YouTube and there were only rouge like menu ones, and I could try that, I guess, but what I want to do is simply change the value of a variable on a different scene with the click of a button.