43 lines
2.1 KiB
Plaintext
43 lines
2.1 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://bnucqsh0xe4rv"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cy03d57iyrci" path="res://addons/godot-xr-tools/hands/scenes/highpoly/left_physics_hand.tscn" id="1_v0u4l"]
|
|
[ext_resource type="PackedScene" uid="uid://b4ysuy43poobf" path="res://addons/godot-xr-tools/functions/function_pickup.tscn" id="2_mrmx0"]
|
|
[ext_resource type="PackedScene" uid="uid://fiul51tsyoop" path="res://addons/godot-xr-tools/functions/function_teleport.tscn" id="3_32p2k"]
|
|
[ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="3_v0u4l"]
|
|
[ext_resource type="PackedScene" uid="uid://kcqomcjq52np" path="res://addons/godot-xr-tools/hands/scenes/highpoly/right_physics_hand.tscn" id="4_3hom5"]
|
|
[ext_resource type="PackedScene" uid="uid://b6bk2pj8vbj28" path="res://addons/godot-xr-tools/functions/movement_turn.tscn" id="4_fnnc4"]
|
|
[ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="5_3hom5"]
|
|
|
|
[node name="XROrigin3D" type="XROrigin3D"]
|
|
|
|
[node name="XRCamera3D" type="XRCamera3D" parent="."]
|
|
|
|
[node name="LeftHand" type="XRController3D" parent="."]
|
|
tracker = &"left_hand"
|
|
show_when_tracked = true
|
|
|
|
[node name="LeftPhysicsHand" parent="LeftHand" instance=ExtResource("1_v0u4l")]
|
|
|
|
[node name="FunctionPickup" parent="LeftHand" instance=ExtResource("2_mrmx0")]
|
|
ranged_angle = 10.0
|
|
|
|
[node name="FunctionTeleport" parent="LeftHand" instance=ExtResource("3_32p2k")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.1)
|
|
|
|
[node name="RightHand" type="XRController3D" parent="."]
|
|
tracker = &"right_hand"
|
|
show_when_tracked = true
|
|
|
|
[node name="MovementDirect" parent="RightHand" instance=ExtResource("3_v0u4l")]
|
|
|
|
[node name="MovementTurn" parent="RightHand" instance=ExtResource("4_fnnc4")]
|
|
|
|
[node name="RightPhysicsHand" parent="RightHand" instance=ExtResource("4_3hom5")]
|
|
|
|
[node name="FunctionPickup" parent="RightHand" instance=ExtResource("2_mrmx0")]
|
|
ranged_angle = 10.0
|
|
|
|
[node name="PlayerBody" parent="." instance=ExtResource("5_3hom5")]
|
|
player_height_min = 1.5
|
|
player_height_max = 1.6
|