Added an icon.

This commit is contained in:
Relintai 2020-11-29 15:39:58 +01:00
parent e797e5d0ef
commit 86531273df
3 changed files with 37 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/icon_copy.png-afe40d7291d0eeb3bd9fd486239d0837.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://addons/draw_gd/icons/icon_copy.png"
dest_files=[ "res://.import/icon_copy.png-afe40d7291d0eeb3bd9fd486239d0837.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -1,12 +1,13 @@
tool
extends EditorPlugin
const _icon : Texture = preload("res://addons/draw_gd/icons/icon_copy.png")
func has_main_screen():
return true
func get_plugin_icon():
return null
return _icon
func get_plugin_name():
return "DrawGD"