1) Widened the New Game window by 30 pixels.

2) Reverted some of the changes made to the Jack Sparrow 1 deck.
This commit is contained in:
jendave
2011-08-06 05:11:19 +00:00
parent b0a4ace701
commit cd1f71c22f
2 changed files with 10 additions and 11 deletions

View File

@@ -4,26 +4,25 @@ constructed
[main]
1 Expedition Map
4 Underground Sea
1 Armored Galleon
2 Armored Galleon
1 Leonin Scimitar
6 Swamp
2 Talas Warrior
3 Steam Frigate
2 Pirate Ship
2 Steam Frigate
6 Swamp
4 Drowned Catacomb
2 Dissipate
3 Undermine
10 Island
2 Undermine
3 False Summoning
1 Ancestral Recall
3 False Summoning
2 Talas Scout
1 Talas Air Ship
2 Talas Air Ship
1 Mikokoro, Center of the Sea
2 Cloud Pirates
1 Tooth of Chiss-Goria
3 Counterspell
4 Talas Merchant
1 Ramirez DePietro
2 Rishadan Airship
2 Talas Merchant
2 Ramirez DePietro
1 Archivist
2 Rishadan Airship
[sideboard]

View File

@@ -192,7 +192,7 @@ public class Gui_NewGame extends JFrame implements NewConstants, NewConstants.LA
Dimension screen = getToolkit().getScreenSize();
Rectangle bounds = getBounds();
bounds.width = 520;
bounds.width = 550;
bounds.height = 553;
bounds.x = (screen.width - bounds.width) / 2;
bounds.y = (screen.height - bounds.height) / 2;