Change the project icon to be the gift icon #4

Merged
aaronfranke merged 1 commits from icon into master 2020-05-14 11:32:04 +02:00
2 changed files with 6 additions and 0 deletions

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -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": ""
}