-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_scene_base.tscn
49 lines (34 loc) · 2.91 KB
/
game_scene_base.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[gd_scene load_steps=11 format=3 uid="uid://ucjhfblgxbwu"]
[ext_resource type="PackedScene" uid="uid://qbmx03iibuuu" path="res://addons/godot-xr-tools/staging/scene_base.tscn" id="1_xab1p"]
[ext_resource type="PackedScene" uid="uid://bpdj5njb8nhot" path="res://addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_hand.tscn" id="2_xi7sh"]
[ext_resource type="PackedScene" uid="uid://b4ysuy43poobf" path="res://addons/godot-xr-tools/functions/function_pickup.tscn" id="3_2e0ps"]
[ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="4_b1dlv"]
[ext_resource type="PackedScene" uid="uid://d1tl07geqm5xq" path="res://addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_hand.tscn" id="5_5at5s"]
[ext_resource type="PackedScene" uid="uid://b6bk2pj8vbj28" path="res://addons/godot-xr-tools/functions/movement_turn.tscn" id="6_h6njf"]
[ext_resource type="PackedScene" uid="uid://c2q5phg8w08o" path="res://addons/godot-xr-tools/functions/movement_jump.tscn" id="7_1g4ud"]
[ext_resource type="PackedScene" uid="uid://clt88d5d1dje4" path="res://addons/godot-xr-tools/functions/movement_crouch.tscn" id="8_h4qx5"]
[ext_resource type="PackedScene" uid="uid://cqhw276realc" path="res://addons/godot-xr-tools/functions/function_pointer.tscn" id="9_11qfo"]
[ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="9_iuxtj"]
[node name="GameSceneBase" instance=ExtResource("1_xab1p")]
[node name="XROrigin3D" parent="." index="0"]
current = true
[node name="LeftHand" parent="XROrigin3D" index="1"]
transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, -0.5, 1, -0.5)
pose = &"grip"
[node name="LeftHand" parent="XROrigin3D/LeftHand" index="0" instance=ExtResource("2_xi7sh")]
[node name="FunctionPickup" parent="XROrigin3D/LeftHand" index="1" instance=ExtResource("3_2e0ps")]
[node name="MovementDirect" parent="XROrigin3D/LeftHand" index="2" instance=ExtResource("4_b1dlv")]
strafe = true
[node name="RightHand" parent="XROrigin3D" index="2"]
transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0.5, 1, -0.5)
pose = &"grip"
[node name="RightHand" parent="XROrigin3D/RightHand" index="0" instance=ExtResource("5_5at5s")]
[node name="FunctionPickup" parent="XROrigin3D/RightHand" index="1" instance=ExtResource("3_2e0ps")]
[node name="MovementTurn" parent="XROrigin3D/RightHand" index="2" instance=ExtResource("6_h6njf")]
turn_mode = 2
[node name="MovementJump" parent="XROrigin3D/RightHand" index="3" instance=ExtResource("7_1g4ud")]
jump_button_action = "ax_button"
enabled = false
[node name="MovementCrouch" parent="XROrigin3D/RightHand" index="4" instance=ExtResource("8_h4qx5")]
[node name="FunctionPointer" parent="XROrigin3D/RightHand" index="5" instance=ExtResource("9_11qfo")]
[node name="PlayerBody" parent="XROrigin3D" index="3" instance=ExtResource("9_iuxtj")]