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
Describe the problem or limitation you are having in your project
AudioStreamPlayer icon should be sharper (less colors) (like CollisionShape2D, Area2D, StaticBody2D, AnimationPlayer icons), the same applies to AudioStreamPlayer2D and AudioStreamPlayer3D icons.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Making icons pixel-perfect will probably make it look better.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
My version of icons:
If this enhancement will not be used often, can it be worked around with a few lines of script?
Probably creating a plugin that changes editor icons to custom ones will work, but I'm not sure if this is possible.
Is there a reason why this should be core and not an add-on in the asset library?
This will make editor GUI look better
The text was updated successfully, but these errors were encountered:
Not sure this is feasible, due of the way these icons are imported from a SVG, but it may be doable to shift the vertices in a way that it would make them less blurry.
I checked the SVG for AudioStreamPlayer and right now most of the verts and edges are not pixel aligned or even half-pixel aligned. So it could definitely be tweaked so that there's less visible antialiasing at small sizes.
Describe the project you are working on
A game with many SFX.
Describe the problem or limitation you are having in your project
AudioStreamPlayer
icon should be sharper (less colors) (like CollisionShape2D, Area2D, StaticBody2D, AnimationPlayer icons), the same applies toAudioStreamPlayer2D
andAudioStreamPlayer3D
icons.Describe the feature / enhancement and how it helps to overcome the problem or limitation
Making icons pixel-perfect will probably make it look better.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
My version of icons:

If this enhancement will not be used often, can it be worked around with a few lines of script?
Probably creating a plugin that changes editor icons to custom ones will work, but I'm not sure if this is possible.
Is there a reason why this should be core and not an add-on in the asset library?
This will make editor GUI look better
The text was updated successfully, but these errors were encountered: