mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-18 17:58:35 +02:00
10 lines
213 B
GDScript
10 lines
213 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
add_autoload_singleton("OverlayInit", "res://addons/openvr_overlay/overlay_init.gd")
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
remove_autoload_singleton("OverlayInit")
|