Import des persos du système précédent
This commit is contained in:
@@ -12,12 +12,22 @@
|
||||
*/
|
||||
|
||||
import { SYSTEM_ID } from "./constants.js"
|
||||
import { CDEMigrationApp } from "../ui/apps/migration-app.js"
|
||||
|
||||
/**
|
||||
* Register all world/client settings for the system.
|
||||
* Called during the "init" hook before sheets and data-models are set up.
|
||||
*/
|
||||
export function registerSettings() {
|
||||
game.settings.registerMenu(SYSTEM_ID, "migrationTool", {
|
||||
name: "CDE.MigrationTitle",
|
||||
label: "CDE.MigrationMenuLabel",
|
||||
hint: "CDE.MigrationMenuHint",
|
||||
icon: "fas fa-file-import",
|
||||
type: CDEMigrationApp,
|
||||
restricted: true,
|
||||
})
|
||||
|
||||
game.settings.register(SYSTEM_ID, "loksyuData", {
|
||||
scope: "world",
|
||||
config: false,
|
||||
|
||||
Reference in New Issue
Block a user