Initial
This commit is contained in:
19
resources/app/templates/hud/toolclip.html
Normal file
19
resources/app/templates/hud/toolclip.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="toolclip">
|
||||
<video src="{{ src }}" autoplay muted loop></video>
|
||||
<h4>{{ localize heading }}</h4>
|
||||
{{#each items}}
|
||||
<p>
|
||||
{{#if paragraph}}
|
||||
{{{ localize paragraph }}}
|
||||
{{else}}
|
||||
<strong>{{ localize heading }}:</strong>
|
||||
{{#if content}}
|
||||
{{{ localize content mod=@root.mod alt=@root.alt }}}
|
||||
{{else}}
|
||||
<span class="reference">{{ localize reference mod=@root.mod alt=@root.alt }}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</p>
|
||||
{{/each}}
|
||||
<p class="faint">{{ localize "CONTROLS.DisableToolclips" }}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user