godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.57k stars 21.27k forks source link

Same icon for Minimap & Node arranger in GraphEdit/VisualScript/VisualShader editor #51680

Closed theoway closed 3 years ago

theoway commented 3 years ago

Godot version

4.0 dev latest

System information

Any system

Issue description

Screenshot (302) Screenshot (301)

We need different icon for node auto-arranger button. Currently, it is using the .svg & .png file of Minimap icon

Steps to reproduce

OR

theoway commented 3 years ago

If anyone is willing to contribute to the icon, it would be appreciated. You can send me the respective icon files and I'll change it, or I can guide you through the process of updating it in the engine.

LucyLavend commented 3 years ago

Would something like this work? I still have to learn how to compile the engine so I haven't been able to test how it looks in engine.

NodeArranger

Calinou commented 3 years ago

Would something like this work? I still have to learn how to compile the engine so I haven't been able to test how it looks in engine.

This icon looks good, just make sure it snaps well to a 16×16 pixel grid to ensure it looks crisp.

Compiling instructions are here: https://docs.godotengine.org/en/latest/development/compiling/index.html

theoway commented 3 years ago

Would something like this work? I still have to learn how to compile the engine so I haven't been able to test how it looks in engine.

NodeArranger

@LucyLavend This looks awesome. Can I use this file for setting up the icon (*after making it 16×16 pixel) or there is something else to be added to the file?

LucyLavend commented 3 years ago

Here's a zip with the .svg file and the 16x16 .png. Let me know if I need to tweak anything.

NodeArrangerIcon.zip

theoway commented 3 years ago

@LucyLavend Thank you so much! I'll try it in the engine, and let you know if anything else needs to be done.