You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested around using custom resource icons and find it is not working with PNG as image.
The File System is not showing the icon, but the Node inspector it shows.
I have tested around using custom resource icons and find it is not working with PNG as image.
Does this work with SVG or some other format? Or does the FileSystem dock not display class icons at all (which might make sense since FileSystem displays file/resource types, not classes)? Please describe the problem more precisely, avoid details that are not important. Thanks!
Sorry for the confusion, I was guessing the @icon works in general and not only for resources.
I rebuild my examples as resource and saved, and it works for SVG and PNG
But I would swear that I had seen one of my GDScripts in the FileSystemDock with the icon when testing with Godot 4.3.beta1, only the extended classes did not have the icon.
The GDScript is just defined like:
Tested versions
v4.3.dev6.mono.official [89850d5]
System information
Windows 11
Issue description
I have tested around using custom resource icons and find it is not working with PNG as image.
The File System is not showing the icon, but the Node inspector it shows.
Steps to reproduce
Create a simple script and use a PNG format icon
Minimal reproduction project (MRP)
n/a
The text was updated successfully, but these errors were encountered: