36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dh3sh5l0uq6xr"]
|
|
|
|
[ext_resource type="Material" uid="uid://c5xws5t3wog0a" path="res://Materials/deliveryMarker.tres" id="1_s74vr"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_r6o0p"]
|
|
material = ExtResource("1_s74vr")
|
|
top_radius = 1.0
|
|
bottom_radius = 1.0
|
|
height = 1.0
|
|
radial_segments = 16
|
|
rings = 0
|
|
cap_top = false
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_gwnos"]
|
|
radius = 1.0
|
|
|
|
[node name="DeliveryMarker" type="Area3D" groups=["delivery"]]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.000707388, 0.509104, -0.00242329)
|
|
cast_shadow = 2
|
|
mesh = SubResource("CylinderMesh_r6o0p")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.976155, 0)
|
|
shape = SubResource("CylinderShape3D_gwnos")
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
|
light_color = Color(0, 1, 0, 1)
|
|
light_energy = 16.0
|
|
light_size = 1.0
|
|
distance_fade_enabled = true
|
|
distance_fade_begin = 500.0
|
|
distance_fade_length = 100.0
|
|
omni_range = 115.342
|