import sandbox
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user