Implement Drag & Drop of checks
This commit is contained in:
parent
9e72c6560f
commit
0d03dbf424
35 changed files with 108 additions and 3 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue