- "Fix" issue 152. Please review. There is an extra cost when loading the shop...could probably be improved...the image is huge, and it's a png (so no 5551 improvement here...should we switch to a jpeg ?)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-03 09:18:52 +00:00
parent befb3f246b
commit 9de98c3032
3 changed files with 19 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ class GameStateShop: public GameState, public JGuiListener
JQuad * mBack;
JQuad * mBg;
JTexture * mBgTex;
int lightAlpha;
int alphaChange;
SimpleMenu * menu;
int mStage;
char starterBuffer[128], boosterBuffer[128];