mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-14 14:32:58 +00:00
11 lines
202 B
GDScript
11 lines
202 B
GDScript
@tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree():
|
|
add_autoload_singleton("HTML5File", "res://addons/HTML5FileExchange/HTML5FileExchange.gd")
|
|
|
|
|
|
func _exit_tree():
|
|
remove_autoload_singleton("HTML5File")
|