diff --git a/icon.png b/icon.png index 2b65815..953c082 100644 Binary files a/icon.png and b/icon.png differ diff --git a/project.godot b/project.godot index cd5a892..6a298e5 100644 --- a/project.godot +++ b/project.godot @@ -24,6 +24,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://addons/gift/gift_node.gd" }, { +"base": "Node", +"class": "ImageCache", +"language": "GDScript", +"path": "res://addons/gift/util/image_cache.gd" +}, { "base": "Reference", "class": "SenderData", "language": "GDScript", @@ -33,6 +38,7 @@ _global_script_class_icons={ "CommandData": "", "CommandInfo": "", "Gift": "", +"ImageCache": "", "SenderData": "" }