mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-12 23:38:28 +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")
|