Jeck - Final theme updates. Reverted backdrop.jpg to 255H, expanded wood.png to 32H, though only 28 are used (to prevent gray box issue). Also minor change to OptionItem.cpp so that themeinfo.txt loads on Default theme.

This commit is contained in:
wagic.jeck
2009-10-25 01:37:23 +00:00
parent 80be924614
commit 0efb205469
10 changed files with 31 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
GuiFrame::GuiFrame()
{
if (resources.GetTexture("wood.png"))
wood = resources.RetrieveQuad("wood.png", 0, 0, SCREEN_WIDTH, 16);
wood = resources.RetrieveQuad("wood.png", 0, 0, SCREEN_WIDTH, 28);
else
{
wood = NULL;