mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
new style for dialog roll and remove console.log debuggers (#272)
* new style for dialog roll and remove console.log debuggers * enhance advantage logic
This commit is contained in:
parent
0add5f369e
commit
41181f19f1
50 changed files with 682 additions and 233 deletions
9
assets/icons/dice/fear/d6.svg
Normal file
9
assets/icons/dice/fear/d6.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||||
<defs>
|
||||
<linearGradient id="gold-gradient" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="3.51%" stop-color="#352AB2"/>
|
||||
<stop offset="96.49%" stop-color="#18162E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="url(#gold-gradient)"><rect x="6" y="6" width="52" height="52" rx="4"/></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 459 B |
Loading…
Add table
Add a link
Reference in a new issue