mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
16 lines
483 B
JavaScript
16 lines
483 B
JavaScript
export const displayDomainCardsAsCard = 'displayDomainCardsAsCard';
|
|
export const narrativeCountdown = {
|
|
simple: 'countdown-narrative-simple',
|
|
position: 'countdown-narrative-position'
|
|
};
|
|
export const encounterCountdown = {
|
|
simple: 'countdown-encounter-simple',
|
|
position: 'countdown-encounter-position'
|
|
};
|
|
|
|
export const itemAttachmentSource = 'attachmentSource';
|
|
|
|
export const userFlags = {
|
|
welcomeMessage: 'welcome-message',
|
|
countdownMode: 'countdown-mode'
|
|
};
|