adds the game
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
[gd_scene format=3 uid="uid://cb0vydd7mmy4b"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bq86r4yll8po" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn" id="3_k0pxx"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqhw276realc" path="res://addons/godot-xr-tools/functions/function_pointer.tscn" id="5_1nhhu"]
|
||||
[ext_resource type="PackedScene" uid="uid://xqimcf20s2jp" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn" id="6_opu0r"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_aweyw"]
|
||||
transparency = 1
|
||||
albedo_color = Color(0, 0.54509807, 0.9254902, 0.19215687)
|
||||
|
||||
[node name="menuPlayer" type="Node3D" unique_id=804209568]
|
||||
|
||||
[node name="XROrigin3D" type="XROrigin3D" parent="." unique_id=903771874]
|
||||
|
||||
[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D" unique_id=149130915]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7, 0)
|
||||
|
||||
[node name="leftHand" type="XRController3D" parent="XROrigin3D" unique_id=338633589]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 1, 0)
|
||||
tracker = &"left_hand"
|
||||
pose = &"grip"
|
||||
|
||||
[node name="LeftHand" parent="XROrigin3D/leftHand" unique_id=1839286752 instance=ExtResource("3_k0pxx")]
|
||||
hand_material_override = SubResource("StandardMaterial3D_aweyw")
|
||||
|
||||
[node name="FunctionPointer" parent="XROrigin3D/leftHand" unique_id=1023605435 instance=ExtResource("5_1nhhu")]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.70710677, 0.70710677, 0, -0.70710677, 0.70710677, 0.02, -0.03535534, -0.10606602)
|
||||
show_laser = 2
|
||||
laser_length = 1
|
||||
show_target = true
|
||||
|
||||
[node name="rightHand" type="XRController3D" parent="XROrigin3D" unique_id=886577781]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 1, 0)
|
||||
tracker = &"right_hand"
|
||||
pose = &"grip"
|
||||
|
||||
[node name="RightHand" parent="XROrigin3D/rightHand" unique_id=1787718913 instance=ExtResource("6_opu0r")]
|
||||
hand_material_override = SubResource("StandardMaterial3D_aweyw")
|
||||
|
||||
[node name="FunctionPointer" parent="XROrigin3D/rightHand" unique_id=1859978898 instance=ExtResource("5_1nhhu")]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.70710677, 0.70710677, 0, -0.70710677, 0.70710677, -0.02, -0.03535534, -0.10606602)
|
||||
show_laser = 2
|
||||
laser_length = 1
|
||||
show_target = true
|
||||
|
||||
[connection signal="input_float_changed" from="XROrigin3D/leftHand" to="XROrigin3D/leftHand" method="_on_input_float_changed"]
|
||||
[connection signal="input_float_changed" from="XROrigin3D/rightHand" to="XROrigin3D/rightHand" method="_on_input_float_changed"]
|
||||
Reference in New Issue
Block a user