24 lines
893 B
Plaintext
24 lines
893 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://daaplkoow5hiy"]
|
|
|
|
[ext_resource type="Script" uid="uid://cdg27cwpw8rn7" path="res://scripts/constructs/construct_pickup.gd" id="1_x07y2"]
|
|
[ext_resource type="CylinderMesh" uid="uid://cocx33eyrcjab" path="res://scenes/constructs/fishing_rod/fishing_rod_mesh.tres" id="2_x07y2"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ndvjp"]
|
|
radius = 0.2
|
|
|
|
[node name="fishing_rod" type="StaticBody3D" groups=["interactable"]]
|
|
script = ExtResource("1_x07y2")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = ExtResource("2_x07y2")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
visible = false
|
|
shape = SubResource("CylinderShape3D_ndvjp")
|
|
|
|
[node name="InteractLabel" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.27622, 0)
|
|
visible = false
|
|
billboard = 2
|
|
text = "[E] Pickup"
|