X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=server.coffee;h=46d48c594c06bf8d6542b4097f1609ee99e57deb;hp=94672a9696236e13c7f08b7c7747295a8f3e8986;hb=3be596d7cfcd16a09505b8c68cad974d7b2901ac;hpb=4c75fd3542bb59bc6ece0f46f4ec7b19b16085bf diff --git a/server.coffee b/server.coffee index 94672a9..46d48c5 100644 --- a/server.coffee +++ b/server.coffee @@ -185,14 +185,14 @@ test_init = -> timeout 4000, -> test_game.set_cards 'server', [ { text: "Wildabeast 2/2", x: 220, y: 200, owner: 'p2'} - { text: "Wild beast 2/2", x: 350, y: 200, owner: 'p2'} + { text: "Wild beast 2/2", x: 360, y: 200, owner: 'p2'} { text: "Angora bunny 1/1", x: 500, y: 200, owner: 'p2'} - { text: "Ambulatory Cactus 2/1", x: 650, y: 200, owner: 'p2'} + { text: "Ambulatory Cactus 2/1", x: 660, y: 200, owner: 'p2'} { text: "Ent 0/5", x: 800, y: 200, owner: 'p2'} { text: "Carnivore 2/1", x: 220, y: 420, owner: 'p1'} - { text: "Herbivore 1/2", x: 350, y: 420, owner: 'p1'} + { text: "Herbivore 1/2", x: 360, y: 420, owner: 'p1'} { text: "Stone Wall 0/10", x: 500, y: 420, owner: 'p1'} - { text: "Log 0/1", x: 650, y: 420, owner: 'p1'} + { text: "Log 0/1", x: 660, y: 420, owner: 'p1'} { text: "Ent 0/5", x: 800, y: 420, owner: 'p1'} ]