Added JournalCompendium with welcome message. Auto opens on first world entry (#539)

This commit is contained in:
WBHarry 2025-08-03 14:42:17 +02:00 committed by GitHub
parent 6ef28abd03
commit 195f624868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 131 additions and 2 deletions

View file

@ -9,3 +9,7 @@ export const encounterCountdown = {
};
export const itemAttachmentSource = 'attachmentSource';
export const userFlags = {
welcomeMessage: 'welcome-message'
};