GreenCrowDev / hoodie

Hoodie is a plugin for Godot Engine 4 that offers a visual scripting interface for generating procedural geometry.
MIT License
286 stars 12 forks source link

Custom Icon? #7

Closed SirLich closed 5 months ago

SirLich commented 5 months ago

I was thinking it would be cool if you could add a nice little yellow Hoodie icon to match with the other mesh icons:

image

This isn't a complaint btw, just a suggestion! I'm loving the addon so far.

GreenCrowDev commented 5 months ago

I'm going to merge the PR and close this issue, but there's a small bug in Godot that's been solved for 4.3 https://github.com/godotengine/godot/pull/86979, so this will not work correctly until that. immagine

EDIT: for future reference, here's the steps to add GDExtension custom icons https://github.com/godotengine/godot/pull/75472