Finishing the Sync sheet and some other stuffs
This commit is contained in:
parent
a28718b115
commit
554fae5a93
26 changed files with 494 additions and 105 deletions
20
templates/actors/sync/basic.hbs
Normal file
20
templates/actors/sync/basic.hbs
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<form autocomplete="off" class="actor--circle-sync">
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.sync.circle.group"}}
|
||||
<input
|
||||
type="text"
|
||||
class="name-input"
|
||||
name="name"
|
||||
value="{{actor.name}}"
|
||||
>
|
||||
</label>
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.sync.circle.sync"}}
|
||||
<input
|
||||
type="number"
|
||||
class="sync-input"
|
||||
name="system.value"
|
||||
value="{{system.value}}"
|
||||
>
|
||||
</label>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue