add new scene, bees, beehive picking, suit picking wip
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bnucqsh0xe4rv"]
|
||||
[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"]
|
||||
@@ -12,11 +14,19 @@
|
||||
|
||||
[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")]
|
||||
|
||||
@@ -24,6 +34,9 @@ tracker = &"right_hand"
|
||||
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user