mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Raised foundry verified version
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
This commit is contained in:
parent
273f666784
commit
bae9006f64
2 changed files with 13 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"version": "2.2.6",
|
"version": "2.2.6",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "14.361",
|
"minimum": "14.361",
|
||||||
"verified": "14.361",
|
"verified": "14.362",
|
||||||
"maximum": "14"
|
"maximum": "14"
|
||||||
},
|
},
|
||||||
"url": "https://github.com/Foundryborne/daggerheart",
|
"url": "https://github.com/Foundryborne/daggerheart",
|
||||||
|
|
|
||||||
|
|
@ -12,15 +12,20 @@
|
||||||
</menu>
|
</menu>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
{{#if scenes.levels}}
|
{{#if scenes.levels}}
|
||||||
<menu id="scene-navigation-levels" class="scene-levels scene-navigation-menu flexcol" style="--max-levels: {{ scenes.levels.length }}">
|
<menu id="scene-navigation-levels" class="scene-levels scene-navigation-menu flexcol"
|
||||||
|
style="--max-levels: {{ scenes.levels.length }}">
|
||||||
{{#each scenes.levels}}
|
{{#each scenes.levels}}
|
||||||
<li class="level-row">
|
<li class="level-row">
|
||||||
{{#with button}}
|
|
||||||
<button type="button" class="ui-control icon fa-solid {{ css }}" data-action="cycleLevel"
|
|
||||||
data-direction="{{ direction }}" aria-label="{{ label }}"></button>
|
|
||||||
{{/with}}
|
|
||||||
<div class="ui-control scene scene-level {{ css }}" data-scene-id="{{ sceneId }}" data-level-id="{{ id }}" data-action="viewLevel">
|
<div class="ui-control scene scene-level {{ css }}" data-scene-id="{{ sceneId }}" data-level-id="{{ id }}" data-action="viewLevel">
|
||||||
<span class="ellipsis">{{ name }}</span>
|
<span class="ellipsis">{{ name }}</span>
|
||||||
|
{{#if users}}
|
||||||
|
<ul class="scene-players">
|
||||||
|
{{#each users}}
|
||||||
|
<li class="scene-player" style="--color-bg: {{ color }}; --color-border: {{ border }}" data-tooltip
|
||||||
|
aria-label="{{ name }}">{{ letter }}</li>
|
||||||
|
{{/each}}
|
||||||
|
</ul>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
@ -40,7 +45,8 @@
|
||||||
|
|
||||||
{{#*inline ".scene"}}
|
{{#*inline ".scene"}}
|
||||||
<li class="scene-wrapper">
|
<li class="scene-wrapper">
|
||||||
<div class="ui-control scene {{ cssClass }}" data-scene-id="{{ id }}" data-action="viewScene" {{#if tooltip}}data-tooltip-text="{{ tooltip }}"{{/if}}>
|
<div class="ui-control scene {{ cssClass }}" data-scene-id="{{ id }}" data-action="viewScene"
|
||||||
|
{{#if tooltip}}data-tooltip-text="{{ tooltip }}"{{/if}}>
|
||||||
<span class="scene-name ellipsis">{{ name }}</span>
|
<span class="scene-name ellipsis">{{ name }}</span>
|
||||||
{{#if users}}
|
{{#if users}}
|
||||||
<ul class="scene-players">
|
<ul class="scene-players">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue