Armazon/props/items/item_chair.tscn

32 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-01-28 13:44:54 -05:00
[gd_scene load_steps=6 format=3 uid="uid://5x0xil816wg3"]
[ext_resource type="Script" path="res://scripts/packageitem.gd" id="1_gu71y"]
[ext_resource type="ArrayMesh" uid="uid://c0hlj2o02q3fd" path="res://assets/props/blake3/Chair.obj" id="2_mj1ra"]
[ext_resource type="Material" uid="uid://dlcqn8a0dycmj" path="res://assets/props/blake3/mat_blake3.tres" id="3_88jkf"]
[sub_resource type="BoxShape3D" id="BoxShape3D_588ts"]
size = Vector3(0.3, 0.25, 0.3)
[sub_resource type="BoxShape3D" id="BoxShape3D_18gji"]
size = Vector3(0.3, 0.325928, 0.0515625)
[node name="ItemCylinder" type="RigidBody3D"]
collision_layer = 5
mass = 5.0
max_contacts_reported = 2
contact_monitor = true
script = ExtResource("1_gu71y")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.112616, 0)
shape = SubResource("BoxShape3D_588ts")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.176095, -0.129297)
shape = SubResource("BoxShape3D_18gji")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.48, 0, 0, 0, 0.48, 0, 0, 0, 0.48, 0, -0.240975, 0)
mesh = ExtResource("2_mj1ra")
surface_material_override/0 = ExtResource("3_88jkf")