daggerheart/assets/icons/dice/adv/d6.svg
Murilo Brito 41181f19f1
new style for dialog roll and remove console.log debuggers (#272)
* new style for dialog roll and remove console.log debuggers

* enhance advantage logic
2025-07-05 14:34:42 -03:00

9 lines
No EOL
453 B
XML

<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%" stop-color="#40A640"/>
<stop offset="85%" stop-color="#011B01"/>
</linearGradient>
</defs>
<g fill="url(#gold-gradient)"><rect x="6" y="6" width="52" height="52" rx="4"/></g>
</svg>