diff --git a/ovr-utils/Main.tscn b/ovr-utils/Main.tscn index 615c274..96cb1c5 100644 --- a/ovr-utils/Main.tscn +++ b/ovr-utils/Main.tscn @@ -5,7 +5,7 @@ [ext_resource path="res://overlays/TimeOverlay.tscn" type="PackedScene" id=3] [ext_resource path="res://temp.gd" type="Script" id=4] [ext_resource path="res://overlays/BatteryOverlay.tscn" type="PackedScene" id=7] -[ext_resource path="res://addons/openvr_overlay/interaction/OverlayInteraction.tscn" type="PackedScene" id=8] +[ext_resource path="res://addons/openvr_overlay/OverlayInteraction.tscn" type="PackedScene" id=8] [sub_resource type="Environment" id=1] background_mode = 1 diff --git a/ovr-utils/addons/openvr_overlay/interaction/OverlayInteraction.tscn b/ovr-utils/addons/openvr_overlay/OverlayInteraction.tscn similarity index 100% rename from ovr-utils/addons/openvr_overlay/interaction/OverlayInteraction.tscn rename to ovr-utils/addons/openvr_overlay/OverlayInteraction.tscn diff --git a/ovr-utils/overlays/xyz_widget/XYZ Widget.tscn b/ovr-utils/overlays/xyz_widget/XYZ Widget.tscn index 49380b3..5209d62 100644 --- a/ovr-utils/overlays/xyz_widget/XYZ Widget.tscn +++ b/ovr-utils/overlays/xyz_widget/XYZ Widget.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://addons/openvr_overlay/interaction/overlay_interaction.gd" type="Script" id=5] [ext_resource path="res://addons/openvr_overlay/styles/touching.theme" type="Theme" id=6] [ext_resource path="res://overlays/xyz_widget/yz.tscn" type="PackedScene" id=7] -[ext_resource path="res://addons/openvr_overlay/interaction/OverlayInteraction.tscn" type="PackedScene" id=8] +[ext_resource path="res://addons/openvr_overlay/OverlayInteraction.tscn" type="PackedScene" id=8] [ext_resource path="res://addons/openvr_overlay/OverlayInstance.tscn" type="PackedScene" id=9] [node name="XYZ Widget" type="Node"]