Update style Npc Sheet v2 + update Charac + delete old ui and add svg
Update Npc sheet style for v1.0 Update Character sheet rings / social / attribute Delete old l5r-ui folder Add asset svg
This commit is contained in:
@@ -37,7 +37,7 @@ Hooks.once("ready", async function () {
|
||||
|
||||
//----logo image
|
||||
var logo = document.getElementById("logo");
|
||||
logo.setAttribute("src", CONFIG.l5r5e.paths.assets + "l5r-logo.webp");
|
||||
logo.setAttribute("src", CONFIG.L5r5e.paths.assets + "l5r-logo.webp");
|
||||
|
||||
//--------------ouvrir le menu lien sur click logo
|
||||
logo.setAttribute("title", "Aide en Ligne");
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
export function openDTR() {
|
||||
ui.notifications.info("votre navigateur va ouvrir le site DriveThruRpg de EDGE STUDIO");
|
||||
var windowObjectReference = window.open("https://www.drivethrurpg.com/browse/pub/17946/EDGE-Studio?src=browse17946/", "_blank");
|
||||
};
|
||||
@@ -1,4 +0,0 @@
|
||||
export function openEN() {
|
||||
ui.notifications.info("Votre navigateur va s'ouvrir sur le discord officiel de Foundry");
|
||||
var windowObjectReference = window.open("https://discordapp.com/invite/DDBZUDf", "_blank");
|
||||
};
|
||||
@@ -1,4 +0,0 @@
|
||||
export function openES() {
|
||||
ui.notifications.info("votre navigateur va ouvrir le site de EDGE STUDIO");
|
||||
var windowObjectReference = window.open("https://edge-studio.net/", "_blank");
|
||||
};
|
||||
@@ -1,5 +0,0 @@
|
||||
export function openFR() {
|
||||
ui.notifications.info("votre navigateur va ouvrir le discord francophone de foundry");
|
||||
var windowObjectReference = window.open("https://discord.gg/pPSDNJk", "_blank");
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user