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,
|
||||
choices: {
|
||||
'foundryborne': 'Foundryborne (Default)',
|
||||
'custom': 'Custom',
|
||||
'hope-fear': 'Hope & Fear (Orange to Purple)',
|
||||
'blood-moon': 'Blood Moon (Red Gradient)',
|
||||
'ethereal': 'Ethereal (Cyan to Blue)',
|
||||
'toxic': 'Toxic (Green to Yellow)'
|
||||
'toxic': 'Toxic (Green to Yellow)',
|
||||
'custom': 'Custom'
|
||||
},
|
||||
default: 'foundryborne',
|
||||
onChange: refreshFearTracker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue