typo fixed
[brisk.git] / web / briskin5 / dnd.js
index 12b4b47..db4cfc1 100644 (file)
@@ -46,12 +46,24 @@ var cards_we_n;
 var takes_we_n;
 
 /* width of images */
+/*
 var cards_width = 55 + 2; 
 var cards_width_d2 =  27; 
+*/
 
 /* height of images */
+/*
 var cards_height = 101 + 2; 
 var cards_height_d2 =   51; 
+*/
+
+/* width of images */
+var cards_width = 75 + 2; 
+var cards_width_d2 =  37; 
+
+/* height of images */
+var cards_height = 121 + 2; 
+var cards_height_d2 =   61; 
 
 /* width of hands area */
 var hands_width = 400;