Stand and holder

This commit is contained in:
Rendo 2026-01-30 12:35:41 +05:00
commit b7ce36ffd0
15 changed files with 408 additions and 1 deletions

View file

@ -0,0 +1,19 @@
[gd_scene format=3 uid="uid://npbjtos2xjqh"]
[ext_resource type="Script" uid="uid://dc4qhmcjwi568" path="res://src/flask_hold_area.gd" id="1_p5tus"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ig37s"]
height = 0.9719238
radius = 0.09082031
[node name="FlaskHoldArea" type="Area3D" unique_id=1519161328]
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 0, 0)
script = ExtResource("1_p5tus")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=565290681]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.046020508, 0)
shape = SubResource("CylinderShape3D_ig37s")
debug_color = Color(0, 0.5950001, 0.7, 1)
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="area_exited" from="." to="." method="_on_area_exited"]