X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=server.coffee;h=4ae7fe779b718916a55b3491b367e8ca0a97f148;hp=3ba1034f21e16c5587814b448375ea5e69dbe8ce;hb=e39c3d01d9c40b425168f1f8dcb2d9ddef975808;hpb=349583c86f05f027c2d92920549df2b22328d5c6 diff --git a/server.coffee b/server.coffee index 3ba1034..4ae7fe7 100644 --- a/server.coffee +++ b/server.coffee @@ -194,6 +194,9 @@ test_init = -> { text: "Stone Wall 0/10", x: 500, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} { text: "Log 0/1", x: 660, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} { text: "Ent 0/5", x: 800, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} + { text: "Barricade 0/10", x: 500, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} + { text: "O(log(n)) 0/1", x: 660, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} + { text: "Fence 0/5", x: 800, y: 420, owner: 'p1', pile: 'p1_draw', flipped: true} ] test_init()