#Icons for custom Resources in FileSystem not working?

1 messages · Page 1 of 1 (latest)

empty ibex
#

Hi, I'm trying to use the @icon annotation to set custom icons for my Resources but it doesn't seem to work properly.
The icon shows up correctly everywhere instead of the FileSystem dock. Is there something special that must be considered, or is it maybe just bugged?

wary crescent
#

hum, did a quick test and they updated immediatelly

#

did you try reloading the project?

empty ibex
#

yep, tried that. also restarting the editor

#

I tested 2 different icons on 2 different custom Resources, and some of them got an icon in the FileSystem but it was the wrong one

#

when choosing the Resource file for an exported variable in the dropdown, or when creating a new Resource via the ediotor the icons work fine

#

nvm, I figured it out

#

the icon doesn't work if the Resource extends the custom Resource with the @icon tag. so I have to define the icon for each extending class it seems