mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Changed menu tab position
This commit is contained in:
parent
19a07139ff
commit
d90cf5c8cc
3 changed files with 42 additions and 2 deletions
|
|
@ -2016,6 +2016,7 @@
|
||||||
"range": "Range",
|
"range": "Range",
|
||||||
"reactionRoll": "Reaction Roll",
|
"reactionRoll": "Reaction Roll",
|
||||||
"recovery": "Recovery",
|
"recovery": "Recovery",
|
||||||
|
"refresh": "Refresh",
|
||||||
"reroll": "Reroll",
|
"reroll": "Reroll",
|
||||||
"rerollThing": "Reroll {thing}",
|
"rerollThing": "Reroll {thing}",
|
||||||
"resource": "Resource",
|
"resource": "Resource",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,49 @@
|
||||||
export default class DhSidebar extends Sidebar {
|
export default class DhSidebar extends Sidebar {
|
||||||
/** @override */
|
/** @override */
|
||||||
static TABS = {
|
static TABS = {
|
||||||
...super.TABS,
|
chat: {
|
||||||
|
documentName: 'ChatMessage'
|
||||||
|
},
|
||||||
|
combat: {
|
||||||
|
documentName: 'Combat'
|
||||||
|
},
|
||||||
|
scenes: {
|
||||||
|
documentName: 'Scene',
|
||||||
|
gmOnly: true
|
||||||
|
},
|
||||||
|
actors: {
|
||||||
|
documentName: 'Actor'
|
||||||
|
},
|
||||||
|
items: {
|
||||||
|
documentName: 'Item'
|
||||||
|
},
|
||||||
|
journal: {
|
||||||
|
documentName: 'JournalEntry',
|
||||||
|
tooltip: 'SIDEBAR.TabJournal'
|
||||||
|
},
|
||||||
|
tables: {
|
||||||
|
documentName: 'RollTable'
|
||||||
|
},
|
||||||
|
cards: {
|
||||||
|
documentName: 'Cards'
|
||||||
|
},
|
||||||
|
macros: {
|
||||||
|
documentName: 'Macro'
|
||||||
|
},
|
||||||
|
playlists: {
|
||||||
|
documentName: 'Playlist'
|
||||||
|
},
|
||||||
|
compendium: {
|
||||||
|
tooltip: 'SIDEBAR.TabCompendium',
|
||||||
|
icon: 'fa-solid fa-book-atlas'
|
||||||
|
},
|
||||||
daggerheartMenu: {
|
daggerheartMenu: {
|
||||||
tooltip: 'DAGGERHEART.UI.Sidebar.daggerheartMenu.title',
|
tooltip: 'DAGGERHEART.UI.Sidebar.daggerheartMenu.title',
|
||||||
img: 'systems/daggerheart/assets/logos/FoundryBorneLogoWhite.svg'
|
img: 'systems/daggerheart/assets/logos/FoundryBorneLogoWhite.svg'
|
||||||
|
},
|
||||||
|
settings: {
|
||||||
|
tooltip: 'SIDEBAR.TabSettings',
|
||||||
|
icon: 'fa-solid fa-gears'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
<button data-action="refreshActors" {{disabled disableRefresh}}>{{localize "Refresh"}}</button>
|
<button data-action="refreshActors" {{disabled disableRefresh}}>{{localize "DAGGERHEART.GENERAL.refresh"}}</button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue