mirror of
https://github.com/Relintai/draw_gd.git
synced 2025-02-04 23:25:55 +01:00
Started work on the plugin.
This commit is contained in:
parent
b22e953bf7
commit
76b65f7433
@ -1,10 +1,24 @@
|
|||||||
tool
|
tool
|
||||||
extends EditorPlugin
|
extends EditorPlugin
|
||||||
|
|
||||||
|
func has_main_screen():
|
||||||
|
return true
|
||||||
|
|
||||||
|
func get_plugin_icon():
|
||||||
|
|
||||||
|
return null
|
||||||
|
|
||||||
|
func get_plugin_name():
|
||||||
|
return "DrawGD"
|
||||||
|
|
||||||
|
|
||||||
func _enter_tree():
|
func _enter_tree():
|
||||||
pass
|
#add_autoload_singleton("DrawGD", "res://addons/draw_gd/src/Autoload/DrawGD.gd")
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
func _exit_tree():
|
func _exit_tree():
|
||||||
|
#remove_autoload_singleton("DrawGD")
|
||||||
|
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user