2024-10-18 12:01:15 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://da8vh0auq4p3l"]
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-18 12:01:15 +02:00
|
|
|
[ext_resource type="Script" path="res://objects/built_structure.gd" id="1_8rsir"]
|
2024-10-11 13:09:44 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://b80niojlha8e" path="res://assets/3rdparty/kenney/survival-kit/Models/workbench.glb" id="1_nfc4u"]
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-11 13:09:44 +02:00
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_lq0et"]
|
|
|
|
size = Vector3(0.3, 0.25, 0.3)
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-11 13:09:44 +02:00
|
|
|
[node name="Workbench" type="StaticBody3D"]
|
|
|
|
collision_layer = 33
|
2024-10-18 12:01:15 +02:00
|
|
|
script = ExtResource("1_8rsir")
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-11 13:09:44 +02:00
|
|
|
[node name="workbench" parent="." instance=ExtResource("1_nfc4u")]
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-11 13:09:44 +02:00
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.128124, 0)
|
|
|
|
shape = SubResource("BoxShape3D_lq0et")
|