mirror of
https://github.com/Relintai/draw_gd.git
synced 2025-02-08 15:30:05 +01:00
Added an icon.
This commit is contained in:
parent
e797e5d0ef
commit
86531273df
BIN
addons/draw_gd/icons/icon_copy.png
Normal file
BIN
addons/draw_gd/icons/icon_copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 B |
34
addons/draw_gd/icons/icon_copy.png.import
Normal file
34
addons/draw_gd/icons/icon_copy.png.import
Normal 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
|
@ -1,12 +1,13 @@
|
|||||||
tool
|
tool
|
||||||
extends EditorPlugin
|
extends EditorPlugin
|
||||||
|
|
||||||
|
const _icon : Texture = preload("res://addons/draw_gd/icons/icon_copy.png")
|
||||||
|
|
||||||
func has_main_screen():
|
func has_main_screen():
|
||||||
return true
|
return true
|
||||||
|
|
||||||
func get_plugin_icon():
|
func get_plugin_icon():
|
||||||
|
return _icon
|
||||||
return null
|
|
||||||
|
|
||||||
func get_plugin_name():
|
func get_plugin_name():
|
||||||
return "DrawGD"
|
return "DrawGD"
|
||||||
|
Loading…
Reference in New Issue
Block a user