Add a tab to list all effects
This commit is contained in:
parent
c716f0dbbd
commit
47183da268
2 changed files with 12 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
{{> dotdungeon.pc.v2.inventory }}
|
||||
<div class="tab" data-group="page" data-tab="spells">Spells</div>
|
||||
<div class="tab" data-group="page" data-tab="settings">Settings</div>
|
||||
{{> dotdungeon.pc.v2.effects }}
|
||||
</section>
|
||||
|
||||
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
<button type="button" data-group="page" data-tab="inventory">Inventory</button>
|
||||
<button type="button" data-group="page" data-tab="spells">Spells</button>
|
||||
<button type="button" data-group="page" data-tab="settings">Settings</button>
|
||||
<button type="button" data-group="page" data-tab="effects">Effects</button>
|
||||
</nav>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue