forked from GitHub-Mirrors/foundry-sw5e
Add in speed config button
This commit is contained in:
parent
e4e755fd68
commit
81d68341ea
1 changed files with 4 additions and 1 deletions
|
@ -90,7 +90,10 @@
|
|||
|
||||
{{!-- SPEED / MOVEMENT TYPES --}}
|
||||
<section>
|
||||
<h1>{{ localize "SW5E.Movement" }}</h1>
|
||||
<h1>
|
||||
{{ localize "SW5E.Movement" }}
|
||||
<a class="config-button" data-action="movement" title="{{localize 'SW5E.MovementConfig'}}"><i class="fas fa-cog"></i></a>
|
||||
</h1>
|
||||
<div class="attribute-value">
|
||||
<span>{{movement.primary}}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue