Hello all, I have a guilayout.button. It has a skin to give it a texture I made. I would like to superimpose another texture (that has some alpha to it) so that I can make it look like the button has a countdown style progressbar. As the timer ticks down (or up.. whatever) the superimposed texture will change in width. I already have tested the rest of the code on the button itself and the button size shrinks with time until the time is up then pops back to its full size.
I'd really like to put a texture on top (or underneath) the button.
Any ideas how to do this? (I'm using GUILayout, so I don't really have access to its x/y coords do I?)