to change the text on a button in the UI for my game according to a variable,
now I need to do the same but for an image or image source on the same UI
SO I guess more specifically is I have a system set up to generate creatures pokemon style, they have a state sheet like
Name: (name)
Class Image: (image) <-( I wanna to set a method that will make the currentSprite or currentImage this and loads it into the battle screen)
Attack: (value)
etc