v.0.0.16
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const registerSettings = function () {
|
||||
game.settings.register("vermine2047", "game-mode", {
|
||||
name: game.i18n.localize("VERMINE.WorldSettings.GameMode.Name"),
|
||||
hint: game.i18n.localize("VERMINE.WorldSettings.GameMode.Hint"),
|
||||
name: game.i18n.localize("SETTINGS.world.game_mode.name"),
|
||||
hint: game.i18n.localize("SETTINGS.world.game_mode.hint"),
|
||||
scope: "system",
|
||||
config: true,
|
||||
type: String,
|
||||
@@ -15,4 +15,13 @@ export const registerSettings = function () {
|
||||
// console.log(value);
|
||||
}
|
||||
});
|
||||
|
||||
game.settings.register("vermine2047", "first-run-tips-shown", {
|
||||
name: game.i18n.localize("SETTINGS.world.first_run.name"),
|
||||
hint: game.i18n.localize("SETTINGS.world.first_run.hint"),
|
||||
scope: "system",
|
||||
config: true,
|
||||
type: Boolean,
|
||||
default: false
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user