moved custom setting to bottom for themes
This commit is contained in:
parent
1d28b8c2b3
commit
0146d1b571
1 changed files with 2 additions and 2 deletions
|
|
@ -92,11 +92,11 @@ Hooks.once('init', () => {
|
||||||
type: String,
|
type: String,
|
||||||
choices: {
|
choices: {
|
||||||
'foundryborne': 'Foundryborne (Default)',
|
'foundryborne': 'Foundryborne (Default)',
|
||||||
'custom': 'Custom',
|
|
||||||
'hope-fear': 'Hope & Fear (Orange to Purple)',
|
'hope-fear': 'Hope & Fear (Orange to Purple)',
|
||||||
'blood-moon': 'Blood Moon (Red Gradient)',
|
'blood-moon': 'Blood Moon (Red Gradient)',
|
||||||
'ethereal': 'Ethereal (Cyan to Blue)',
|
'ethereal': 'Ethereal (Cyan to Blue)',
|
||||||
'toxic': 'Toxic (Green to Yellow)'
|
'toxic': 'Toxic (Green to Yellow)',
|
||||||
|
'custom': 'Custom'
|
||||||
},
|
},
|
||||||
default: 'foundryborne',
|
default: 'foundryborne',
|
||||||
onChange: refreshFearTracker
|
onChange: refreshFearTracker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue