mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 13:48:11 +02:00
Merge 1c8e588da4 into 8fec742da3
This commit is contained in:
commit
a1d9b2b0eb
1 changed files with 3 additions and 3 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<button type="button" class="control-icon" data-action="togglePalette" data-palette="movementActions"
|
<button type="button" class="control-icon" data-action="togglePalette" data-palette="movementActions"
|
||||||
aria-label="{{ localize "HUD.SelectMovementAction" }}" data-tooltip>
|
data-tooltip aria-label="{{ localize "HUD.SelectMovementAction" }}">
|
||||||
{{#with movementActionsConfig}}
|
{{#with movementActionsConfig}}
|
||||||
{{#if img}}
|
{{#if img}}
|
||||||
<img src="{{ img }}" alt="{{ localize "HUD.SelectMovementAction" }}">
|
<img src="{{ img }}" alt="{{ localize "HUD.SelectMovementAction" }}">
|
||||||
|
|
@ -112,9 +112,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/with}}
|
{{/with}}
|
||||||
</button>
|
</button>
|
||||||
<div class="palette movement-actions" data-palette="movementActions">
|
<div class="palette palette-list" data-palette="movementActions">
|
||||||
{{#each movementActions as |action|}}
|
{{#each movementActions as |action|}}
|
||||||
<a class="movement-action-control {{action.cssClass}}" data-action="movementAction" data-movement-action="{{action.id}}">
|
<a class="palette-list-entry {{action.cssClass}}" data-action="movementAction" data-movement-action="{{action.id}}">
|
||||||
<span>
|
<span>
|
||||||
{{#if action.img}}
|
{{#if action.img}}
|
||||||
<img src="{{ action.img }}" alt="{{ action.label }}">
|
<img src="{{ action.img }}" alt="{{ action.label }}">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue