diff --git a/Custom-Icons.md b/Custom-Icons.md index b6612fd..3408231 100644 --- a/Custom-Icons.md +++ b/Custom-Icons.md @@ -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 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:
`[path to foundry data folder]/Data/modules/MaterialDeck/img`
-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.
+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 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.