Utilisations d'images webp

This commit is contained in:
Vincent Vandemeulebrouck
2021-11-10 20:03:04 +01:00
parent caaa1124aa
commit 527ff0992e
20 changed files with 398 additions and 407 deletions

View File

@ -52,7 +52,7 @@ export class RdDHotbar {
macro = await Macro.create({
name: journal.data.name,
type: "script",
img: "systems/foundryvtt-reve-de-dragon/icons/templates/icone_parchement_vierge.png",
img: "systems/foundryvtt-reve-de-dragon/icons/templates/icone_parchement_vierge.webp",
command: command
}, { displaySheet: false })
game.user.assignHotbarMacro(macro, slot);