X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fdnd.js;h=1e75cb4a5a2b8adbc483e9a1a23f0e22b7708dc1;hb=e6c3174bac4c08c87309c2389ec344c3e8144ca0;hp=309d197657608afb6b2b0f9d8a41673de74060f8;hpb=70c6f9026392344e2ac98c10e3dff2cb5d91aa6a;p=brisk.git diff --git a/web/briskin5/dnd.js b/web/briskin5/dnd.js index 309d197..1e75cb4 100644 --- a/web/briskin5/dnd.js +++ b/web/briskin5/dnd.js @@ -46,8 +46,8 @@ var cards_we_n; var takes_we_n; /* width of images */ -var cards_widths = {'xx': 65, 'yy': 54}; -var cards_heights = {'xx': 111, 'yy': 111}; +var cards_widths = {'xx': 65, 'nb': 56, 'yy': 54}; +var cards_heights = {'xx': 111, 'nb': 102, 'yy': 111}; var cards_width = cards_widths[g_deck]; var cards_width_d2 = Math.ceil(cards_width / 2);