[gd_scene load_steps=8 format=3 uid="uid://cgjxim2x47n6g"] [ext_resource type="Script" path="res://main.gd" id="1_oabt8"] [ext_resource type="PackedScene" uid="uid://bq86r4yll8po" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn" id="2_nv01r"] [ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="3_xxgqa"] [ext_resource type="PackedScene" uid="uid://xqimcf20s2jp" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn" id="4_i4b8r"] [ext_resource type="PackedScene" uid="uid://b6bk2pj8vbj28" path="res://addons/godot-xr-tools/functions/movement_turn.tscn" id="5_pyrq4"] [ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="6_kfmth"] [ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="8_htpay"] [node name="Main" type="Node3D"] script = ExtResource("1_oabt8") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0) shadow_enabled = true [node name="XROrigin3D" type="XROrigin3D" parent="."] [node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7, 0) [node name="URLbar" type="RichTextLabel" parent="XROrigin3D/XRCamera3D"] offset_left = 20.0 offset_top = 20.0 offset_right = 1171.0 offset_bottom = 136.0 scale = Vector2(1.2, 1.2) [node name="LeftHand" type="XRController3D" parent="XROrigin3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0, 0) tracker = &"left_hand" [node name="LeftHand" parent="XROrigin3D/LeftHand" instance=ExtResource("2_nv01r")] [node name="MovementDirect" parent="XROrigin3D/LeftHand" instance=ExtResource("3_xxgqa")] strafe = true input_action = "thumbstick" [node name="RightHand" type="XRController3D" parent="XROrigin3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0) tracker = &"right_hand" [node name="RightHand" parent="XROrigin3D/RightHand" instance=ExtResource("4_i4b8r")] [node name="MovementDirect" parent="XROrigin3D/RightHand" instance=ExtResource("3_xxgqa")] input_action = "thumbstick" [node name="MovementTurn" parent="XROrigin3D/RightHand" instance=ExtResource("5_pyrq4")] input_action = "thumbstick" [node name="PlayerBody" parent="XROrigin3D" instance=ExtResource("6_kfmth")] visible = false [node name="StartXR" parent="." instance=ExtResource("8_htpay")]