2024-07-10 22:02:49 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://da5r82nvypfk4"]
|
2024-07-09 22:33:38 +02:00
|
|
|
|
2024-07-12 11:27:10 +02:00
|
|
|
[ext_resource type="Script" path="res://objects/pickup_item.gd" id="1_1i8k2"]
|
2024-07-09 22:33:38 +02:00
|
|
|
[ext_resource type="Resource" uid="uid://dmjr6pmb17l2y" path="res://data/items/woodplanks.tres" id="2_dph0g"]
|
|
|
|
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1ndog"]
|
|
|
|
height = 0.2
|
|
|
|
radius = 0.15682
|
|
|
|
|
|
|
|
[node name="Item" type="Node3D"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.00393829, 0)
|
2024-07-12 11:27:10 +02:00
|
|
|
script = ExtResource("1_1i8k2")
|
2024-07-09 22:33:38 +02:00
|
|
|
item = ExtResource("2_dph0g")
|
|
|
|
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
|
|
shape = SubResource("CylinderShape3D_1ndog")
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|