Fix Snap_zones not range grabbing

This commit is contained in:
JonShard
2026-07-27 17:07:18 +02:00
parent d0c13effa2
commit 71580ad183
11 changed files with 72 additions and 216 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
[ext_resource type="Script" uid="uid://dounic663dn5q" path="res://Prefabs/combinable_item.gd" id="1_q21ti"]
[sub_resource type="BoxShape3D" id="BoxShape3D_combine"]
size = Vector3(0.16, 0.16, 0.16)
[sub_resource type="SphereShape3D" id="SphereShape3D_o1b3t"]
radius = 0.2
[node name="CombinableItem" type="Node3D" unique_id=996936271]
script = ExtResource("1_q21ti")
@@ -11,4 +11,4 @@ script = ExtResource("1_q21ti")
[node name="Area3d" type="Area3D" parent="." unique_id=1514178016]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3d" unique_id=706892516]
shape = SubResource("BoxShape3D_combine")
shape = SubResource("SphereShape3D_o1b3t")