replace PNG domain icons with SVG versions and update script references
This commit is contained in:
parent
a8b2db4ef7
commit
a796212445
8 changed files with 566 additions and 11 deletions
|
|
@ -49,13 +49,13 @@ async function registerVoidDomains() {
|
|||
'blood': {
|
||||
id: 'blood',
|
||||
label: 'Blood',
|
||||
src: `modules/${MODULE_ID}/icons/blood.png`,
|
||||
src: `modules/${MODULE_ID}/icons/svg/blood.svg`,
|
||||
description: 'The Blood domain.'
|
||||
},
|
||||
'dread': {
|
||||
id: 'dread',
|
||||
label: 'Dread',
|
||||
src: `modules/${MODULE_ID}/icons/dread.png`,
|
||||
src: `modules/${MODULE_ID}/icons/svg/dread.svg`,
|
||||
description: 'The Dread domain.'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue