comparison game/Engine.java @ 124:fa1b86b632aa

Slight changes in UI buttons placement to match the graphics changes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 15:29:04 +0200
parents 52d79502447c
children 67b2322fda91
comparison
equal deleted inserted replaced
123:f496867f511e 124:fa1b86b632aa
548 548
549 lauta = new GameBoard(new IDMPoint(95, 130), 63); 549 lauta = new GameBoard(new IDMPoint(95, 130), 63);
550 widgets.add(lauta); 550 widgets.add(lauta);
551 551
552 widgets.add(new BtnSwapPiece(767f, 450f)); 552 widgets.add(new BtnSwapPiece(767f, 450f));
553 widgets.add(new BtnAbout (767f, 570f)); 553 widgets.add(new BtnAbout (767f, 550f));
554 widgets.add(new BtnNewGame (767f, 650f)); 554 widgets.add(new BtnNewGame (767f, 630f));
555 555
556 aboutBox = new AboutBox(); 556 aboutBox = new AboutBox();
557 557
558 // Game 558 // Game
559 startNewGame(); 559 startNewGame();