projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8212130
)
adjust static variables with card dimensions
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 08:42:01 +0000
(10:42 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sun, 3 May 2020 08:42:01 +0000
(10:42 +0200)
web/briskin5/dnd.js
patch
|
blob
|
history
diff --git
a/web/briskin5/dnd.js
b/web/briskin5/dnd.js
index
12b4b47
..
1b33b31
100644
(file)
--- a/
web/briskin5/dnd.js
+++ b/
web/briskin5/dnd.js
@@
-45,6
+45,7
@@
var takes_nw_n;
var cards_we_n;
var takes_we_n;
+/*
/* width of images */
var cards_width = 55 + 2;
var cards_width_d2 = 27;
@@
-52,6
+53,15
@@
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;