mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Finished token implementation
This commit is contained in:
parent
3b237a223f
commit
809255ba79
7 changed files with 466 additions and 34 deletions
|
|
@ -23,7 +23,11 @@
|
|||
{{/if}}
|
||||
<div class="tag" data-tooltip="DAGGERHEART.UI.Tooltip.tokenSize">
|
||||
<i class="fa-solid fa-circle-user"></i>
|
||||
<span>{{localize (concat "DAGGERHEART.CONFIG.TokenSize." source.system.size)}}</span>
|
||||
{{#if source.system.size}}
|
||||
<span>{{localize (concat "DAGGERHEART.CONFIG.TokenSize." source.system.size)}}</span>
|
||||
{{else}}
|
||||
<span>{{source.prototypeToken.width}}x{{source.prototypeToken.height}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
<line-div></line-div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue