mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-09 06:03:58 +02:00
10 lines
207 B
GDScript
10 lines
207 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
add_autoload_singleton("Settings", "res://addons/settings-manager/Settings.tscn")
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
remove_autoload_singleton("Settings")
|