Use shaders to highlight buttons
Currently, for each button, we have the normal one, the hover one, and the clicked one. The hover just adds a highlight to the outside, and the click just makes it red. This seems like it could be done with a shader rather than having images for each.