HTML5-File-Exchange-for-Godot/addons/HTML5FileExchange/plugin.gd
2020-06-03 20:03:57 +03:00

11 lines
201 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("HTML5File", "res://addons/HTML5FileExchange/HTML5FileExchange.gd")
func _exit_tree():
remove_autoload_singleton("HTML5File")