Simple Simon Discussion > Pictures
I am thinking I would have to open the graphics files, add a picture of me to them on top of the button and then resave?
Maybe either add a static Texture2D variable to the SimonSquare class if you want the same picture for all squares or just add add another normal Texture2D variable to the class maybe called picture for holding the picture data, then make sure to draw it inside the bundaries of the square instance.
Or a considerably easier solution would be to take a picture of you, greyscale the picture then place it in the original image file.
Thats as simple as I can think for the moment.
Out o'curiosity, are you planning on calling it "Simple Rob" ?
All good answers, the best one is just to put the picture of me on top of the greyscale button image. Not sure about calling the game "Simple Rob" though....
I was joking =D. You are far from Simple !



I want to put a picture of me on all the buttons. How do I do that?