import sandbox

This commit is contained in:
François-Xavier Guillois
2023-05-13 22:16:23 +02:00
parent 5761587649
commit 42fe4c0bd5
12 changed files with 2353 additions and 4 deletions
+4 -4
View File
@@ -10,12 +10,12 @@ export const registerHooks = function () {
});
// changement de la pause
Hooks.on("renderPause", async function () {
/*Hooks.on("renderPause", async function () {
if ($("#pause").attr("class") !== "paused") return;
$(".paused img").attr("src", 'systems/totem/images/pause.webp');
$(".paused img").attr("src", 'systems/totem/assets/images/ui/vermine_pause.webp');
$(".paused img").css({ "opacity": 1});
$("#pause.paused figcaption").text("En cours de destruction...");
});
$("#pause.paused figcaption").text("Communauté endormie...");
});*/
// Hooks.on('renderChatLog', (log, html, data) => TotemFight.chatListeners(html));
// Hooks.on('renderChatMessage', (message, html, data) => TotemFight.chatMessageHandler(message, html, data));