diff --git a/behaviours/edible.gd b/behaviours/edible.gd index c18b046..88bc469 100644 --- a/behaviours/edible.gd +++ b/behaviours/edible.gd @@ -1,3 +1,4 @@ +@icon("res://behaviours/edible.svg") extends Node class_name Edible diff --git a/behaviours/edible.svg b/behaviours/edible.svg new file mode 100644 index 0000000..4f26ff8 --- /dev/null +++ b/behaviours/edible.svg @@ -0,0 +1,39 @@ + + + + + + + diff --git a/behaviours/edible.svg.import b/behaviours/edible.svg.import new file mode 100644 index 0000000..464826c --- /dev/null +++ b/behaviours/edible.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsgsl4fn320sc" +path="res://.godot/imported/edible.svg-501ccd3e82d2b2116726b10c805ac04a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://behaviours/edible.svg" +dest_files=["res://.godot/imported/edible.svg-501ccd3e82d2b2116726b10c805ac04a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false