From 53a0cf54e3526ebc83fad4b893ca8cd64a6e0401 Mon Sep 17 00:00:00 2001 From: Material Foundry <68693756+CDeenen@users.noreply.github.com> Date: Fri, 1 Jul 2022 01:38:32 +0200 Subject: [PATCH] Updated Custom Icons (markdown) --- Custom-Icons.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.