Change the project icon to be the gift icon

This commit is contained in:
Aaron Franke 2020-05-13 23:06:37 -04:00
parent 24d964afa5
commit 4a6294fe4f
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
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", "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": ""
} }