20q now working, step one yaw !
This commit is contained in:
11
system/templates/actors/character/twenty-questions-item.html
Normal file
11
system/templates/actors/character/twenty-questions-item.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<fieldset data-step="{{stepName}}" class="tq-drag-n-drop">
|
||||
<ul class="item-list">
|
||||
{{#each itemsList as |item id|}}
|
||||
{{> 'systems/l5r5e/templates/items/property/property-entry.html' item=item id=id }}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="{{itemType}}" data-step="{{stepName}}" style="min-height: 50px">
|
||||
<legend class="section-header"><i class="fa fa-arrow-down" aria-hidden="true"></i> {{ localize 'l5r5e.global.drop_here' }}</legend>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user