fix: Update Font Awesome icon class prefixes to include fas
This commit is contained in:
parent
44368a974f
commit
12e65a65af
1 changed files with 11 additions and 11 deletions
|
|
@ -29,19 +29,19 @@ Hooks.once('init', () => {
|
||||||
config: true,
|
config: true,
|
||||||
type: String,
|
type: String,
|
||||||
choices: {
|
choices: {
|
||||||
'fa-skull': 'Skull (Default)',
|
'fas fa-skull': 'Skull (Default)',
|
||||||
'fa-ghost': 'Ghost',
|
'fas fa-ghost': 'Ghost',
|
||||||
'fa-fire': 'Fire',
|
'fas fa-fire': 'Fire',
|
||||||
'fa-heart-broken': 'Broken Heart',
|
'fas fa-heart-broken': 'Broken Heart',
|
||||||
'fa-dizzy': 'Dizzy Face',
|
'fas fa-dizzy': 'Dizzy Face',
|
||||||
'fa-book-dead': 'Book of Dead',
|
'fas fa-book-dead': 'Book of Dead',
|
||||||
'fa-spider': 'Spider',
|
'fas fa-spider': 'Spider',
|
||||||
'fa-cloud-meatball': 'Cloud Meatball',
|
'fas fa-cloud-meatball': 'Cloud Meatball',
|
||||||
'fa-biohazard': 'Biohazard',
|
'fas fa-biohazard': 'Biohazard',
|
||||||
'fa-radiation': 'Radiation',
|
'fas fa-radiation': 'Radiation',
|
||||||
'systems/daggerheart/assets/icons/documents/actors/capybara.svg': 'Capybara (Foundry)'
|
'systems/daggerheart/assets/icons/documents/actors/capybara.svg': 'Capybara (Foundry)'
|
||||||
},
|
},
|
||||||
default: 'fa-skull',
|
default: 'fas fa-skull',
|
||||||
onChange: refreshFearTracker
|
onChange: refreshFearTracker
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue