I am using animation player to set up a color fading behavior on mouse hover, and I would like to be able to export the fading color value to be changed from GUI, instead of in the script.
What I have set up so far: https://drive.google.com/file/d/12FFy_GZ3HsLu-QS9DpjwaCuyKwqwJDGY/view?usp=sharing
What I want to do is to export a color variable so that I can set the color value from the Godot GUI. This means that the color value will have to be entered into the last keyframe of the animation. I attached what I have so far, but it did not work.
Is there anyway to achieve this?
Thank you for any help