This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/godot-action/plugin.gd
2022-06-18 13:05:48 +02:00

10 lines
183 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("gd", "res://addons/godot-action/utils_gd_action.tscn")
func _exit_tree():
remove_autoload_singleton ("gd")