mirror of
https://github.com/Relintai/draw_gd.git
synced 2025-02-01 07:17:03 +01:00
Started work on the plugin.
This commit is contained in:
parent
b22e953bf7
commit
76b65f7433
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user