Sheet adjustement + new icons for items

This commit is contained in:
Mandar
2020-12-19 20:30:07 +01:00
parent 10956e6677
commit 909ee8774c
56 changed files with 890 additions and 987 deletions

View File

@@ -259,7 +259,6 @@ Hooks.once("ready", async function () {
//-- Logo Menu Link
let liensExt = new Dialog({
classes: ["logo-dialog"],
title: game.i18n.localize("l5r5e.logo.title"),
content: "<p>" + game.i18n.localize("l5r5e.logo.content") + "</p>",
buttons: {
@@ -282,7 +281,6 @@ Hooks.once("ready", async function () {
});
//-- Logo
var logo = document.getElementById("logo");
logo.setAttribute("src", game.i18n.localize("l5r5e.logo.src"));
//-- Open menu on Logo click
logo.setAttribute("title", game.i18n.localize("l5r5e.logo.alt"));