vehicules pour la feuille de groupe - v0.0.14

This commit is contained in:
François-Xavier Guillois
2023-06-06 16:02:39 +02:00
parent aed892e4d4
commit e5396b6991
14 changed files with 695 additions and 10 deletions
+2 -2
View File
@@ -9,12 +9,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/vermine2047/assets/images/ui/vermine_pause.webp');
$(".paused img").css({ "opacity": 1});
$("#pause.paused figcaption").text("Communauté endormie...");
});*/
});
// Hooks.on('renderChatLog', (log, html, data) => VermineFight.chatListeners(html));
// Hooks.on('renderChatMessage', (message, html, data) => VermineFight.chatMessageHandler(message, html, data));