2024-12-13 21:18:52 +01:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://bsghm187n6ykx"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/maps/carryable/carryable.gd" id="1_ma8bn"]
|
2024-12-10 19:13:22 +01:00
|
|
|
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_qilbd"]
|
|
|
|
size = Vector3(1, 2, 1)
|
|
|
|
|
2024-12-13 21:18:52 +01:00
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_2lhrk"]
|
2024-12-10 19:13:22 +01:00
|
|
|
size = Vector3(1, 2, 1)
|
|
|
|
|
2024-12-13 21:18:52 +01:00
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_by26a"]
|
|
|
|
size = Vector3(1.5, 2, 1.5)
|
|
|
|
|
2024-12-10 19:13:22 +01:00
|
|
|
[node name="Closet" type="RigidBody3D"]
|
2024-12-13 21:18:52 +01:00
|
|
|
script = ExtResource("1_ma8bn")
|
2024-12-10 19:13:22 +01:00
|
|
|
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
|
|
mesh = SubResource("BoxMesh_qilbd")
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
2024-12-13 21:18:52 +01:00
|
|
|
shape = SubResource("BoxShape3D_2lhrk")
|
|
|
|
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
2024-12-10 19:13:22 +01:00
|
|
|
shape = SubResource("BoxShape3D_by26a")
|