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
Showing only changes of commit 4a6294fe4f - Show all commits

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", "language": "GDScript",
"path": "res://addons/gift/gift_node.gd" "path": "res://addons/gift/gift_node.gd"
}, { }, {
"base": "Node",
"class": "ImageCache",
"language": "GDScript",
"path": "res://addons/gift/util/image_cache.gd"
}, {
"base": "Reference", "base": "Reference",
"class": "SenderData", "class": "SenderData",
"language": "GDScript", "language": "GDScript",
@ -33,6 +38,7 @@ _global_script_class_icons={
"CommandData": "", "CommandData": "",
"CommandInfo": "", "CommandInfo": "",
"Gift": "", "Gift": "",
"ImageCache": "",
"SenderData": "" "SenderData": ""
} }