Updated Custom Icons (markdown)

Material Foundry
2022-07-01 01:38:32 +02:00
parent 9f01eb1f15
commit 53a0cf54e3

@@ -6,7 +6,8 @@ You can set the icon for a button by pressing the downward arrow on the icon box
### Changing the Default Icons ### Changing the Default Icons
Various actions have default icons assigned to them (such as the 'Playlist'action, when set to 'Stop All'). Besides changing the icon on a button-by-button basis, as described above, you can change the default icon. The icons are stored in the module folder on your Foundry server:<br> Various actions have default icons assigned to them (such as the 'Playlist'action, when set to 'Stop All'). Besides changing the icon on a button-by-button basis, as described above, you can change the default icon. The icons are stored in the module folder on your Foundry server:<br>
`[path to foundry data folder]/Data/modules/MaterialDeck/img`<br> `[path to foundry data folder]/Data/modules/MaterialDeck/img`<br>
These can be replaced by your own icons, simply make sure the format and name are the same. These can be replaced by your own icons, simply make sure the format and name are the same.<br>
Using this method, not all default icons can be changed, since some of them are retrieved from Foundry, such as icons for conditions.
### How to get icons ### How to get icons
You can basically source the icons from everywhere using. It's preferable if you use a format that allows for transpirancy, such as png or webp, but you can also use jpg and svg.<br> You can basically source the icons from everywhere using. It's preferable if you use a format that allows for transpirancy, such as png or webp, but you can also use jpg and svg.<br>