From 96ea61c1abf7c19aa6ae4792770b5b6eb2193c52 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 16 Nov 2008 06:34:09 +0000 Subject: [PATCH] J : * Use new icon positions --- projects/mtg/include/GameStateMenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/GameStateMenu.h b/projects/mtg/include/GameStateMenu.h index c138e2c8a..eae0acb90 100644 --- a/projects/mtg/include/GameStateMenu.h +++ b/projects/mtg/include/GameStateMenu.h @@ -83,7 +83,7 @@ class GameStateMenu: public GameState, public JGuiListener { for (int j=0;j<2;j++) { - mIcons[n] = NEW JQuad(mIconsTexture, 10 + i*32, j*32, 32, 32); + mIcons[n] = NEW JQuad(mIconsTexture, 2 + i*36, 2 + j*36, 32, 32); mIcons[n]->SetHotSpot(16,16); n++; }