27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
[gd_scene format=3 uid="uid://d13g103evs3mi"]
|
|
|
|
[ext_resource type="Script" uid="uid://cdg27cwpw8rn7" path="res://scripts/constructs/construct_pickup.gd" id="1_hckbr"]
|
|
[ext_resource type="SphereMesh" uid="uid://dpko0tp0fatfs" path="res://scenes/constructs/light/light_mesh.tres" id="2_uj6jg"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_wh4k6"]
|
|
|
|
[node name="light" type="StaticBody3D" unique_id=2011832244 groups=["interactable"]]
|
|
collision_layer = 3
|
|
script = ExtResource("1_hckbr")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=2007114551]
|
|
cast_shadow = 0
|
|
mesh = ExtResource("2_uj6jg")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1637046563]
|
|
shape = SubResource("SphereShape3D_wh4k6")
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="." unique_id=1798655836]
|
|
light_color = Color(1, 1, 0.109804, 1)
|
|
|
|
[node name="InteractLabel" type="Label3D" parent="." unique_id=1971887548]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.746029, 0)
|
|
visible = false
|
|
billboard = 2
|
|
text = "[E] Pickup"
|