X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Fdnd.js;h=34e5af550bb86603417c88b562e7fb52a9cb6fe3;hp=8e1cd912167d2485627e9d96467b54aa6f4c6252;hb=4c99758a3cc1b537be9840e2db29b61556b1f572;hpb=770f7823f81c7f58ebb8bb6af28af959c17fcf43 diff --git a/web/briskin5/dnd.js b/web/briskin5/dnd.js index 8e1cd91..34e5af5 100644 --- a/web/briskin5/dnd.js +++ b/web/briskin5/dnd.js @@ -58,12 +58,12 @@ var cards_height_d2 = 51; */ /* width of images */ -var cards_width = 75; -var cards_width_d2 = 37; +var cards_width = 65; +var cards_width_d2 = 33; /* height of images */ -var cards_height = 121; -var cards_height_d2 = 61; +var cards_height = 111; +var cards_height_d2 = 56; /* width of hands area */ var hands_width = 400;