25 lines
965 B
Plaintext
25 lines
965 B
Plaintext
[gd_scene format=3 uid="uid://2h1ihabmdug0"]
|
|
|
|
[ext_resource type="CylinderMesh" uid="uid://c0tuyikx44ed3" path="res://scenes/constructs/stick/stick_mesh.tres" id="1_4ytjg"]
|
|
[ext_resource type="Script" uid="uid://cdg27cwpw8rn7" path="res://scripts/constructs/construct_pickup.gd" id="1_ndvjp"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ndvjp"]
|
|
radius = 0.2
|
|
|
|
[node name="stick" type="StaticBody3D" unique_id=1669663943 groups=["interactable"]]
|
|
collision_layer = 3
|
|
script = ExtResource("1_ndvjp")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1237858758]
|
|
mesh = ExtResource("1_4ytjg")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=2040240101]
|
|
visible = false
|
|
shape = SubResource("CylinderShape3D_ndvjp")
|
|
|
|
[node name="InteractLabel" type="Label3D" parent="." unique_id=1540893663]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.27622, 0)
|
|
visible = false
|
|
billboard = 2
|
|
text = "[E] Pickup"
|