mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Switch to SVG and change colors
This commit is contained in:
parent
98345a21db
commit
396a45fde1
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
width="42.0746mm" height="50.8071mm"
|
width="42.0746mm" height="50.8071mm"
|
||||||
viewBox="0 0 159 192">
|
viewBox="0 0 159 192">
|
||||||
<path id="Fear"
|
<path id="Fear"
|
||||||
fill="none" stroke="black" stroke-width="1"
|
fill="#808080" stroke="black" stroke-width="1"
|
||||||
d="M 107.14,62.84
|
d="M 107.14,62.84
|
||||||
C 107.14,62.84 52.70,137.55 52.70,137.55
|
C 107.14,62.84 52.70,137.55 52.70,137.55
|
||||||
52.70,137.55 110.33,137.55 110.33,137.55
|
52.70,137.55 110.33,137.55 110.33,137.55
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
131.77,75.21 157.51,67.23 157.51,67.23
|
131.77,75.21 157.51,67.23 157.51,67.23
|
||||||
157.25,67.32 130.42,30.45 130.43,30.45 Z" />
|
157.25,67.32 130.42,30.45 130.43,30.45 Z" />
|
||||||
<path id="Hope"
|
<path id="Hope"
|
||||||
fill="none" stroke="black" stroke-width="1"
|
fill="white" stroke="black" stroke-width="1"
|
||||||
d="M 143.84,1.80
|
d="M 143.84,1.80
|
||||||
C 143.84,1.80 105.59,54.92 105.59,54.92
|
C 143.84,1.80 105.59,54.92 105.59,54.92
|
||||||
105.59,54.92 83.04,39.72 83.04,39.72
|
105.59,54.92 83.04,39.72 83.04,39.72
|
||||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
|
@ -27,7 +27,7 @@ Parameters:
|
||||||
{{#if @root.isNPC}}
|
{{#if @root.isNPC}}
|
||||||
<img class="roll-img d20" src="systems/daggerheart/assets/icons/dice/default/d20.svg" alt="d20">
|
<img class="roll-img d20" src="systems/daggerheart/assets/icons/dice/default/d20.svg" alt="d20">
|
||||||
{{else}}
|
{{else}}
|
||||||
<img class="roll-img duality" src="systems/daggerheart/assets/icons/dice/duality/DualityBW.png" alt="2d12">
|
<img class="roll-img duality" src="systems/daggerheart/assets/icons/dice/duality/DualityBW.svg" alt="2d12">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue