Hi there, I’m having some weird issues with drawing a semi-transparent quad. Basically, I use it as an overlay to dim a background whilst keeping a foreground image clear. I use Slick’s UnicodeFont to draw Strings, too. Anyway, I load my Strings from a file, for easy translations. Whenever I load the English words, the quad doesn’t draw. However, when I load any other language Strings, the quad draws fine. You can see what I mean: http://chrizc.co.uk/gallery.php if you look at the difference between images two and three, there’s no difference in code except for the fact I’m loading a different file for Strings. any ideas?
http://pastie.org/2816942 <- that’s the class that handles all the drawing of the overlay
http://pastie.org/2817006 <- that’s the class that handles the loading of Translated Strings
Sample XML files:
http://dl.dropbox.com/u/33316318/Project%20Intrepid/events-ENG.lang <- that file makes the quad not draw, http://dl.dropbox.com/u/33316318/Project%20Intrepid/events-NOR.lang <- the quad draws with that file.