mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
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:
@@ -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]
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user