This commit is contained in:
+12
-1
@@ -35,7 +35,18 @@ import { showWelcomeMessage, injectWelcomeActions } from "./ui/apps/welcome.js"
|
||||
Hooks.once("i18nInit", preLocalizeConfig)
|
||||
|
||||
Hooks.once("init", async () => {
|
||||
console.info(`CHRONIQUESDELETRANGE | Initializing ${SYSTEM_ID}`)
|
||||
console.log(
|
||||
"%c╔══════════════════════════════════════════════════════════╗\n" +
|
||||
"%c║ Chroniques de l'Étrange — FoundryVTT ║\n" +
|
||||
"%c║ Système de jeu par Antre-Monde Éditions ║\n" +
|
||||
"%c║ Made by Uberwald - https://www.ubwerwald.me ║\n" +
|
||||
"%c╚══════════════════════════════════════════════════════════╝",
|
||||
"color: #d4af37; font-weight: bold;",
|
||||
"color: #e2e8f4;",
|
||||
"color: #7d94b8;",
|
||||
"color: #5a7a9a;",
|
||||
"color: #d4af37; font-weight: bold;",
|
||||
)
|
||||
|
||||
registerSettings()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user