lab-electrolyte/scenes/draggable_object.tscn
2025-11-12 15:39:34 +05:00

29 lines
917 B
Text

[gd_scene load_steps=5 format=3 uid="uid://bjxjcx2qu16q5"]
[ext_resource type="Script" uid="uid://bjnv2g1ni0525" path="res://src/drag/draggable_object.gd" id="1_vcwhe"]
[sub_resource type="SphereShape3D" id="SphereShape3D_vcwhe"]
radius = 0.49570328
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_vcwhe"]
radius = 0.1
height = 0.7
[sub_resource type="CylinderMesh" id="CylinderMesh_627mb"]
top_radius = 0.1
bottom_radius = 0.1
height = 0.5
[node name="DraggableObject" type="Area3D"]
script = ExtResource("1_vcwhe")
[node name="DragShape" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_vcwhe")
[node name="InteractionArea" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="InteractionArea"]
shape = SubResource("CapsuleShape3D_vcwhe")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("CylinderMesh_627mb")