Eliminate GUITexture Excess?

Hello! Today I need help cropping my GUITexture so that it nicely fits the bar (See Picture). Any ideas? Thanks in advance!

alt text

Try using Graphics.DrawTexture(), which allows you to specify a material to draw the texture on, combined with a material that uses a mask shader. You will need to change both the screenRect and sourceRect parameters as the meter depletes.