Started work on the plugin.

This commit is contained in:
Relintai 2020-11-29 15:34:09 +01:00
parent b22e953bf7
commit 76b65f7433

View File

@ -1,10 +1,24 @@
tool
extends EditorPlugin
func has_main_screen():
return true
func get_plugin_icon():
return null
func get_plugin_name():
return "DrawGD"
func _enter_tree():
#add_autoload_singleton("DrawGD", "res://addons/draw_gd/src/Autoload/DrawGD.gd")
pass
func _exit_tree():
#remove_autoload_singleton("DrawGD")
pass