Description
Changelog
Reviews
ICODOT extends Godot's built-in icons to let you customize your nodes & scenes with over 250 unique icons.
While designed for use in Godot, these icons can be used anywhere!
What is included
Over 250+ custom 16x16 pixel icon designs, saved as PNG and SVG in 4 separate colors (white, blue, red, green).
Use these icons to customise your nodes and scenes in your project.
How to Use
Nodes/Scenes can be assigned custom icons by attaching a script to them containing an "@icon" annotation.
@icon("res://addons/icodot/...") # File Path
# OR
@icon("uid://...") # UID
Changelog for version v1.0-svg
No changelog provided for this version.