feat: enhance movement waypoint styling with semantic colors and
animations
This commit is contained in:
parent
7faadf6583
commit
4479cdc4de
2 changed files with 32 additions and 15 deletions
|
@ -9,7 +9,11 @@ SPDX-License-Identifier: MIT
|
|||
!-- Based on DS4 movement combat values
|
||||
--}}
|
||||
<div class="waypoint-label {{rangeClass}}">
|
||||
{{#if action.icon}}
|
||||
{{#if (eq rangeClass "dash-range")}}
|
||||
<i class="fas fa-person-running"></i>
|
||||
{{else if (eq rangeClass "out-of-range")}}
|
||||
<i class="fas fa-person-rays"></i>
|
||||
{{else if action.icon}}
|
||||
<i class="{{action.icon}}"></i>
|
||||
{{else if action.label}}
|
||||
{{localize action.label}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue