merovi-labs / svgtexture2d

Godot 4.2 Plugin for Realtime SVG Sprites. Adds support for the SVG Extensions File Format.
Apache License 2.0
44 stars 6 forks source link

Fix Error on SVGTexture #5

Closed kirkwoodwest closed 6 months ago

kirkwoodwest commented 6 months ago

This should fix the error on SVG Texture. I also assigned the sweet icon to the custom nodes.

I still want to see if i can make it inherit SVGSprite2D by default when attaching a new script. at the moment you need to extend it to add new behaviors.