ApplicationV2 GM Toolbox and GM Monitor

This commit is contained in:
Litasa
2025-05-01 12:05:54 +00:00
committed by Vlyan
parent 79979acfc1
commit 9d8c1431be
18 changed files with 958 additions and 575 deletions

View File

@@ -43,7 +43,7 @@ export default class HooksL5r5e {
// Settings TN and EncounterType
if (game.user.isGM) {
new game.l5r5e.GmToolbox().render(true);
new game.l5r5e.GmToolbox().render(true);
}
// ***** UI *****
@@ -544,4 +544,11 @@ export default class HooksL5r5e {
await game.user.assignHotbarMacro(macro, slot);
}
static async createCombatant(document, options, userId) {
console.log(document, options, userId);
new game.l5r5e.CombatActions().render(true);
}
}