Add basic support for registering custom icons that override icons provided by the system/modules
This commit is contained in:
parent
c90137b18f
commit
c7541db1d9
9 changed files with 279 additions and 6 deletions
|
|
@ -62,6 +62,11 @@
|
|||
}
|
||||
},
|
||||
"menu": {
|
||||
"customStatusIcons": {
|
||||
"name": "Custom Status Icons",
|
||||
"hint": "(v13+) Modify your token status effect icons without needing a custom module or a world script to do so! Pick any image on your server for the icons!",
|
||||
"label": "Configure Icons"
|
||||
},
|
||||
"devSettings": {
|
||||
"name": "Developer Settings",
|
||||
"hint": "Tweaks that are relevant if you are developing something within Foundry, but are rarely useful outside of that context.",
|
||||
|
|
@ -81,7 +86,13 @@
|
|||
},
|
||||
"apps": {
|
||||
"no-settings-to-display": "No settings to display",
|
||||
"make-global-reference": "Make Global Reference"
|
||||
"make-global-reference": "Make Global Reference",
|
||||
"StatusEffectIconConfig": {
|
||||
"title": "Configure Status Effect Icons",
|
||||
"no-status-effects": "No status effects detected, this is most likely due to your game system or other modules.",
|
||||
"remove-override": "Remove custom override",
|
||||
"select-using-image-tagger": "Select using Image Tagger"
|
||||
}
|
||||
},
|
||||
"notifs": {
|
||||
"toggleMouseBroadcast": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue