10 lines
345 B
HTML
10 lines
345 B
HTML
<template name="levelDialog">
|
|
{{#with level}}
|
|
{{#baseDialog title=name class=colorClass hideColor="true"}}
|
|
<!--Level-->
|
|
<paper-input id="levelValueInput" label="Level" floatinglabel value={{value}}></paper-input>
|
|
<!--Effects-->
|
|
{{> effectsEditList sourceId=_id charId=charId type="level"}}
|
|
{{/baseDialog}}
|
|
{{/with}}
|
|
</template> |