1
0
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
godot-thunderk-basics/thunderk-basics.gd

9 lines
191 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("TKDebug", "res://addons/thunderk-basics/debug/singleton.gd")
func _exit_tree():
remove_autoload_singleton("TKDebug")