Added uno deck example showing full flexability of deckard
This commit is contained in:
parent
9b23be4bbb
commit
7420223476
37
uno.ddf
Normal file
37
uno.ddf
Normal file
@ -0,0 +1,37 @@
|
||||
[{"color":[
|
||||
"<div style=\"background:#f00;",
|
||||
"<div style=\"background:#0f0;",
|
||||
"<div style=\"background:#00f;",
|
||||
"<div style=\"background:#ff0;"
|
||||
],
|
||||
"style":[" color:#fff; text-shadow:1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; border:5px #fff solid; display:flex; justify-content:center; align-items:center; height:100%; width:100%; font-size:3em; box-sizing:border-box;\"><div style=\"display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; text-align:center; border:5px #fff solid; box-sizing:border-box; border-radius:50%; height:90%; width:90%;\">"],
|
||||
"value":[
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"10",
|
||||
"11",
|
||||
"12",
|
||||
"13",
|
||||
"⮌<p>Reverse",
|
||||
"⊘<p>skip",
|
||||
"+2<p>Draw 2"
|
||||
],
|
||||
"end":["</div></div>"]
|
||||
},
|
||||
{
|
||||
"draw4":["<div style=\"background:#000; color:#fff; border:5px #fff solid; display:flex; justify-content:center; align-items:center; height:100%; width:100%; font-size:3em; box-sizing:border-box;\"><div style=\"text-align:center; display:flex; flex-direction:column;\">"],
|
||||
"cards":[
|
||||
"+4<p>Draw 4</div></div>",
|
||||
"+4<p>Draw 4</div></div>",
|
||||
"+4<p>Draw 4</div></div>",
|
||||
"+4<p>Draw 4</div></div>"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user