TinyAdventure/assets/items/workbench.tscn

16 lines
597 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://da8vh0auq4p3l"]
[ext_resource type="PackedScene" uid="uid://b80niojlha8e" path="res://assets/3rdparty/kenney/survival-kit/Models/workbench.glb" id="1_nfc4u"]
[sub_resource type="BoxShape3D" id="BoxShape3D_lq0et"]
size = Vector3(0.3, 0.25, 0.3)
[node name="Workbench" type="StaticBody3D"]
collision_layer = 33
[node name="workbench" parent="." instance=ExtResource("1_nfc4u")]
[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")