Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OQ_Toolkit as plugin #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GameMain.gd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func _process(_dt):
# vr.switch_scene(room_list[0]);

func _ready():
vr.initialize();
#vr.initialize();

#vr.set_display_refresh_rate(60);
#Engine.target_fps = 60;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions OQ_Toolkit/OQ_ARVROrigin/Feature_Climbing.tscn

This file was deleted.

6 changes: 0 additions & 6 deletions OQ_Toolkit/OQ_ARVROrigin/Feature_Falling.tscn

This file was deleted.

6 changes: 0 additions & 6 deletions OQ_Toolkit/OQ_ARVROrigin/Feature_VRRecorder.tscn

This file was deleted.

6 changes: 0 additions & 6 deletions OQ_Toolkit/OQ_ARVROrigin/Feature_VRSimulator.tscn

This file was deleted.

6 changes: 0 additions & 6 deletions OQ_Toolkit/OQ_ARVROrigin/Locomotion_WalkInPlace.tscn

This file was deleted.

10 changes: 0 additions & 10 deletions OQ_Toolkit/OQ_UI2D/OQ_UI2DLabel_IPD.tscn

This file was deleted.

Binary file removed OQ_Toolkit/OQ_UI2D/theme/oq_ui2d_standard.theme
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRCamera/scripts/OQ_ARVRCamera.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRCamera/scripts/OQ_ARVRCamera.gd" type="Script" id=1]


[node name="OQ_ARVRCamera" type="ARVRCamera"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.8, 0 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=4 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRCamera/scripts/Feature_StereoPanorama.gd" type="Script" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVRCamera/scripts/StereoPanorama.material" type="Material" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRCamera/scripts/Feature_StereoPanorama.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRCamera/scripts/StereoPanorama.material" type="Material" id=2]


[sub_resource type="QuadMesh" id=1]
size = Vector2( 4, 2 )
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_AreaObjectGrab.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_AreaObjectGrab.gd" type="Script" id=1]


[sub_resource type="SphereShape" id=1]
radius = 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Left.gltf" type="PackedScene" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_ControllerModel.gd" type="Script" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Left.gltf" type="PackedScene" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_ControllerModel.gd" type="Script" id=2]


[node name="Feature_ControllerModel_Left" type="Spatial"]
script = ExtResource( 2 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Right.gltf" type="PackedScene" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_ControllerModel.gd" type="Script" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Right.gltf" type="PackedScene" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_ControllerModel.gd" type="Script" id=2]


[node name="Feature_ControllerModel_Right" type="Spatial"]
script = ExtResource( 2 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Left.gltf" type="PackedScene" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_HandModel.gd" type="Script" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Left.gltf" type="PackedScene" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_HandModel.gd" type="Script" id=2]


[node name="Feature_HandModel_Left" type="Spatial"]
script = ExtResource( 2 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Right.gltf" type="PackedScene" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_HandModel.gd" type="Script" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Right.gltf" type="PackedScene" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_HandModel.gd" type="Script" id=2]


[node name="Feature_HandModel_Right" type="Spatial"]
script = ExtResource( 2 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=4 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_RigidBodyGrab.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_RigidBodyGrab.gd" type="Script" id=1]


[sub_resource type="SphereShape" id=1]
radius = 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_StaticGrab.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_StaticGrab.gd" type="Script" id=1]


[sub_resource type="SphereShape" id=1]
radius = 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=4 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_ToolGrab.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_ToolGrab.gd" type="Script" id=1]


[sub_resource type="SphereShape" id=1]
radius = 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=6 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVRController/scripts/Feature_UIRayCast.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVRController/scripts/Feature_UIRayCast.gd" type="Script" id=1]


[sub_resource type="CubeMesh" id=1]
size = Vector3( 0.004, 0.004, 1 )
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/OculusQuestHandTexture_Color.webp-4cddb0a692cdeb3e8035fd88d73767ea.s3tc.stex"
path.etc="res://.import/OculusQuestHandTexture_Color.webp-4cddb0a692cdeb3e8035fd88d73767ea.etc.stex"
path.s3tc="res://.import/OculusQuestHandTexture_Color.webp-1fe37fba1d81878097dd632fa00d1b03.s3tc.stex"
path.etc="res://.import/OculusQuestHandTexture_Color.webp-1fe37fba1d81878097dd632fa00d1b03.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc" ],
"vram_texture": true
}

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHandTexture_Color.webp"
dest_files=[ "res://.import/OculusQuestHandTexture_Color.webp-4cddb0a692cdeb3e8035fd88d73767ea.s3tc.stex", "res://.import/OculusQuestHandTexture_Color.webp-4cddb0a692cdeb3e8035fd88d73767ea.etc.stex" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHandTexture_Color.webp"
dest_files=[ "res://.import/OculusQuestHandTexture_Color.webp-1fe37fba1d81878097dd632fa00d1b03.s3tc.stex", "res://.import/OculusQuestHandTexture_Color.webp-1fe37fba1d81878097dd632fa00d1b03.etc.stex" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

importer="scene"
type="PackedScene"
path="res://.import/OculusQuestHand_Left.gltf-5162d761ce4b20cdff3f64e5593dd105.scn"
path="res://.import/OculusQuestHand_Left.gltf-8aa6bb52f6acb8dec3504ec28a44f37f.scn"

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Left.gltf"
dest_files=[ "res://.import/OculusQuestHand_Left.gltf-5162d761ce4b20cdff3f64e5593dd105.scn" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Left.gltf"
dest_files=[ "res://.import/OculusQuestHand_Left.gltf-8aa6bb52f6acb8dec3504ec28a44f37f.scn" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

importer="scene"
type="PackedScene"
path="res://.import/OculusQuestHand_Right.gltf-2bae7afcb09ff56e3adc96d9b9564d9d.scn"
path="res://.import/OculusQuestHand_Right.gltf-74fdb0606154ad830f332532d5d780c8.scn"

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Right.gltf"
dest_files=[ "res://.import/OculusQuestHand_Right.gltf-2bae7afcb09ff56e3adc96d9b9564d9d.scn" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestHand_Right.gltf"
dest_files=[ "res://.import/OculusQuestHand_Right.gltf-74fdb0606154ad830f332532d5d780c8.scn" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/OculusQuestTouchControllerTexture_Color.png-50b970087254ba4407e4489b8d7b9761.s3tc.stex"
path.etc="res://.import/OculusQuestTouchControllerTexture_Color.png-50b970087254ba4407e4489b8d7b9761.etc.stex"
path.s3tc="res://.import/OculusQuestTouchControllerTexture_Color.png-b0c10b7ea78b1d7180abd8485726d103.s3tc.stex"
path.etc="res://.import/OculusQuestTouchControllerTexture_Color.png-b0c10b7ea78b1d7180abd8485726d103.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc" ],
"vram_texture": true
}

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchControllerTexture_Color.png"
dest_files=[ "res://.import/OculusQuestTouchControllerTexture_Color.png-50b970087254ba4407e4489b8d7b9761.s3tc.stex", "res://.import/OculusQuestTouchControllerTexture_Color.png-50b970087254ba4407e4489b8d7b9761.etc.stex" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchControllerTexture_Color.png"
dest_files=[ "res://.import/OculusQuestTouchControllerTexture_Color.png-b0c10b7ea78b1d7180abd8485726d103.s3tc.stex", "res://.import/OculusQuestTouchControllerTexture_Color.png-b0c10b7ea78b1d7180abd8485726d103.etc.stex" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/OculusQuestTouchControllerTexture_Roughness.png-5c4589e69a03b4c3cd6caf8c4c1ae6ef.s3tc.stex"
path.etc="res://.import/OculusQuestTouchControllerTexture_Roughness.png-5c4589e69a03b4c3cd6caf8c4c1ae6ef.etc.stex"
path.s3tc="res://.import/OculusQuestTouchControllerTexture_Roughness.png-c8571da729a5370121631b35b09ca359.s3tc.stex"
path.etc="res://.import/OculusQuestTouchControllerTexture_Roughness.png-c8571da729a5370121631b35b09ca359.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc" ],
"vram_texture": true
}

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchControllerTexture_Roughness.png"
dest_files=[ "res://.import/OculusQuestTouchControllerTexture_Roughness.png-5c4589e69a03b4c3cd6caf8c4c1ae6ef.s3tc.stex", "res://.import/OculusQuestTouchControllerTexture_Roughness.png-5c4589e69a03b4c3cd6caf8c4c1ae6ef.etc.stex" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchControllerTexture_Roughness.png"
dest_files=[ "res://.import/OculusQuestTouchControllerTexture_Roughness.png-c8571da729a5370121631b35b09ca359.s3tc.stex", "res://.import/OculusQuestTouchControllerTexture_Roughness.png-c8571da729a5370121631b35b09ca359.etc.stex" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

importer="scene"
type="PackedScene"
path="res://.import/OculusQuestTouchController_Left.gltf-8c6bcf0c6eb7a4223a94539a3fe95ef1.scn"
path="res://.import/OculusQuestTouchController_Left.gltf-4689fcb3c8cde6668fb4bbcea33b3f2e.scn"

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Left.gltf"
dest_files=[ "res://.import/OculusQuestTouchController_Left.gltf-8c6bcf0c6eb7a4223a94539a3fe95ef1.scn" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Left.gltf"
dest_files=[ "res://.import/OculusQuestTouchController_Left.gltf-4689fcb3c8cde6668fb4bbcea33b3f2e.scn" ]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

importer="scene"
type="PackedScene"
path="res://.import/OculusQuestTouchController_Right.gltf-07fd49f7972b14e8676c8ad4784d564d.scn"
path="res://.import/OculusQuestTouchController_Right.gltf-1709cbb5a9380720705c14892bbb1aa8.scn"

[deps]

source_file="res://OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Right.gltf"
dest_files=[ "res://.import/OculusQuestTouchController_Right.gltf-07fd49f7972b14e8676c8ad4784d564d.scn" ]
source_file="res://addons/OQ_Toolkit/OQ_ARVRController/models3d/OculusQuestTouchController_Right.gltf"
dest_files=[ "res://.import/OculusQuestTouchController_Right.gltf-1709cbb5a9380720705c14892bbb1aa8.scn" ]

[params]

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/scripts/OQ_ARVROrigin.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/OQ_ARVROrigin.gd" type="Script" id=1]


[node name="OQ_ARVROrigin" type="ARVROrigin"]
script = ExtResource( 1 )
7 changes: 7 additions & 0 deletions addons/OQ_Toolkit/OQ_ARVROrigin/Feature_Climbing.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_Climbing.gd" type="Script" id=1]


[node name="Feature_Climbing" type="Spatial"]
script = ExtResource( 1 )
7 changes: 7 additions & 0 deletions addons/OQ_Toolkit/OQ_ARVROrigin/Feature_Falling.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_Falling.gd" type="Script" id=1]


[node name="Feature_Falling" type="Spatial"]
script = ExtResource( 1 )
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_MixedRealityCapture.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_MixedRealityCapture.gd" type="Script" id=1]


[node name="Feature_MixedRealityCapture" type="Spatial"]
script = ExtResource( 1 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_PlayerCollision.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_PlayerCollision.gd" type="Script" id=1]


[sub_resource type="CapsuleShape" id=1]
radius = 0.15
Expand Down
7 changes: 7 additions & 0 deletions addons/OQ_Toolkit/OQ_ARVROrigin/Feature_VRRecorder.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_VRRecorder.gd" type="Script" id=1]


[node name="Feature_VRRecorder" type="Spatial"]
script = ExtResource( 1 )
7 changes: 7 additions & 0 deletions addons/OQ_Toolkit/OQ_ARVROrigin/Feature_VRSimulator.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Feature_VRSimulator.gd" type="Script" id=1]


[node name="Feature_VRSimulator" type="Spatial"]
script = ExtResource( 1 )
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=4 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/scripts/Locomotion_Stick.gd" type="Script" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_ARVROrigin/scripts/MovementVignette_CanvasItem.shader" type="Shader" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Locomotion_Stick.gd" type="Script" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/MovementVignette_CanvasItem.shader" type="Shader" id=2]


[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 2 )
Expand Down
7 changes: 7 additions & 0 deletions addons/OQ_Toolkit/OQ_ARVROrigin/Locomotion_WalkInPlace.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://addons/OQ_Toolkit/OQ_ARVROrigin/scripts/Locomotion_WalkInPlace.gd" type="Script" id=1]


[node name="Locomotion_WalkInPlace" type="Spatial"]
script = ExtResource( 1 )
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ export var debug_information := false;

var is_fixed = false;

export(bool) var initialize_vr := true

# Sets up everything as it is expected by the helper scripts in the vr singleton
func _enter_tree():
if (!vr):
vr.log_error("in OQ_ARVROrigin._enter_tree(): no vr singleton");
return;
if (!vr.initialized and initialize_vr):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the idea to make it easier to use by auto-initializing and not requiring it user code; but as you have written this will make some settings and other required code (like the scene switch root) slightly more intransparent for users who will rely on this mechanism.
Also in my applications I have a OQ_ARVROrigin in every scene I switch to; but this should not be a problem I think with the guard.

Would it be possible to make the option part of the plugin settings (somehting like auto_initialize_vr)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely, and probably needs to be for flexibility.

vr.initialize()
if (vr.vrOrigin != null):
vr.log_warning("in OQ_ARVROrigin._enter_tree(): origin already set; overwrting it");
vr.vrOrigin = self;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=5 format=2]

[ext_resource path="res://OQ_Toolkit/OQ_UI2D/theme/godot_splash_512.png" type="Texture" id=1]
[ext_resource path="res://OQ_Toolkit/OQ_Helpers/scripts/OQ_SplashScreen.gd" type="Script" id=2]
[ext_resource path="res://addons/OQ_Toolkit/OQ_UI2D/theme/godot_splash_512.png" type="Texture" id=1]
[ext_resource path="res://addons/OQ_Toolkit/OQ_Helpers/scripts/OQ_SplashScreen.gd" type="Script" id=2]


[sub_resource type="PlaneMesh" id=1]

Expand Down
Loading