I was wondering if we can change a Button node Icon normal color using script? i have a condition like this, if the skill is lvl 2 apply theme over rides and change ICON color from green, to yellow.
if skill_levels[selected_upgrades[0]] == 2:
button. #change its Icon color to yellow.
else:
button. #set it to default
something like this. Thank you so much, ive been trying for quite sometime but i really cant make it work.