mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-11 15:03:58 +02:00
10 lines
211 B
GDScript
10 lines
211 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")
|