20 lines
711 B
Text
20 lines
711 B
Text
[gd_scene load_steps=4 format=3 uid="uid://q1y0r2rn0qb4"]
|
|
|
|
[ext_resource type="Script" uid="uid://mjx50qh1bwv3" path="res://src/interactible/interaction_reciever.gd" id="1_auicg"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_nql6a"]
|
|
height = 0.75
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_auicg"]
|
|
height = 1.0
|
|
radius = 0.75
|
|
|
|
[node name="InteractibleObject" type="Area3D"]
|
|
script = ExtResource("1_auicg")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CylinderMesh_nql6a")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5867026, 0)
|
|
shape = SubResource("CylinderShape3D_auicg")
|