HTML5-File-Exchange-for-Godot/addons/HTML5FileExchange/plugin.gd

11 lines
202 B
GDScript3
Raw Normal View History

2023-09-10 03:45:00 +00:00
@tool
2020-06-03 17:03:57 +00:00
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("HTML5File", "res://addons/HTML5FileExchange/HTML5FileExchange.gd")
func _exit_tree():
remove_autoload_singleton("HTML5File")