mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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]
|
[main]
|
||||||
1 Expedition Map
|
1 Expedition Map
|
||||||
4 Underground Sea
|
4 Underground Sea
|
||||||
1 Armored Galleon
|
2 Armored Galleon
|
||||||
1 Leonin Scimitar
|
1 Leonin Scimitar
|
||||||
6 Swamp
|
|
||||||
2 Talas Warrior
|
2 Talas Warrior
|
||||||
3 Steam Frigate
|
|
||||||
2 Pirate Ship
|
2 Pirate Ship
|
||||||
|
2 Steam Frigate
|
||||||
|
6 Swamp
|
||||||
4 Drowned Catacomb
|
4 Drowned Catacomb
|
||||||
2 Dissipate
|
2 Dissipate
|
||||||
|
3 Undermine
|
||||||
10 Island
|
10 Island
|
||||||
2 Undermine
|
|
||||||
3 False Summoning
|
|
||||||
1 Ancestral Recall
|
1 Ancestral Recall
|
||||||
|
3 False Summoning
|
||||||
2 Talas Scout
|
2 Talas Scout
|
||||||
1 Talas Air Ship
|
2 Talas Air Ship
|
||||||
1 Mikokoro, Center of the Sea
|
1 Mikokoro, Center of the Sea
|
||||||
2 Cloud Pirates
|
2 Cloud Pirates
|
||||||
1 Tooth of Chiss-Goria
|
|
||||||
3 Counterspell
|
3 Counterspell
|
||||||
4 Talas Merchant
|
2 Talas Merchant
|
||||||
1 Ramirez DePietro
|
2 Ramirez DePietro
|
||||||
2 Rishadan Airship
|
|
||||||
1 Archivist
|
1 Archivist
|
||||||
|
2 Rishadan Airship
|
||||||
[sideboard]
|
[sideboard]
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ public class Gui_NewGame extends JFrame implements NewConstants, NewConstants.LA
|
|||||||
|
|
||||||
Dimension screen = getToolkit().getScreenSize();
|
Dimension screen = getToolkit().getScreenSize();
|
||||||
Rectangle bounds = getBounds();
|
Rectangle bounds = getBounds();
|
||||||
bounds.width = 520;
|
bounds.width = 550;
|
||||||
bounds.height = 553;
|
bounds.height = 553;
|
||||||
bounds.x = (screen.width - bounds.width) / 2;
|
bounds.x = (screen.width - bounds.width) / 2;
|
||||||
bounds.y = (screen.height - bounds.height) / 2;
|
bounds.y = (screen.height - bounds.height) / 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user