mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-23 08:00:26 +01:00
10 lines
205 B
GDScript
10 lines
205 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
add_autoload_singleton("Settings", "res://addons/settings-manager/settings.gd")
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
remove_autoload_singleton("Settings")
|