Implement Drag & Drop of checks

This commit is contained in:
Johannes Loher 2021-04-15 20:00:37 +02:00
parent 9e72c6560f
commit 0d03dbf424
35 changed files with 108 additions and 3 deletions

View file

@ -29,7 +29,7 @@ async function getOrCreateRollCheckMacro(check: Check): Promise<Macro | null> {
command,
name: DS4.i18n.checks[check],
type: "script",
// TODO: img, should be addressed in https://git.f3l.de/dungeonslayers/ds4/-/issues/79
img: DS4.icons.checks[check],
flags: { "ds4.checkMacro": true },
},
{ displaySheet: false },