mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Start on settings data model for template presets
This commit is contained in:
parent
554bc53dd8
commit
596e149968
5 changed files with 66 additions and 4 deletions
|
|
@ -1,3 +1,25 @@
|
|||
<div>
|
||||
<span>Template stuff.</span>
|
||||
<div class="template-type-container">
|
||||
<span>Template types, e.g. circle, inFront, emanation, etc</span>
|
||||
</div>
|
||||
<div class="template-range-container">
|
||||
<span>Template range, e.g. close, far, plus freeform value field option</span>
|
||||
</div>
|
||||
<div class="template-misc-container">
|
||||
<span>Template settings for angle, width, direction, fill color (default: user), ???</span>
|
||||
</div>
|
||||
<div class="button-container">
|
||||
<button type="button" data-action="reset" data-key="{{dsnTab.id}}">
|
||||
<i class="fa-solid"></i>
|
||||
<span>{{localize "Reset"}}</span>
|
||||
</button>
|
||||
<button type="button" data-action="clipboard" data-key="{{dsnTab.id}}">
|
||||
<i class="fa-solid fa-clipboard"></i>
|
||||
</button>
|
||||
<button type="button" data-action="chat" data-key="{{dsnTab.id}}">
|
||||
<i class="fa-solid fa-message"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue