gd-controls/plugin.gd

10 lines
179 B
GDScript

@tool
extends EditorPlugin
func _enter_tree() -> void:
add_autoload_singleton("GdControlsManager", "res://addons/gd-controls/src/manager.gd")
func _exit_tree() -> void:
pass