PneumaticPlaything/Scenes/Props/Physics/ShowroomChairRed.tscn
2025-10-25 19:33:01 -07:00

29 lines
1.1 KiB
Text

[gd_scene load_steps=5 format=3 uid="uid://ccif4ajepiau4"]
[ext_resource type="PackedScene" uid="uid://ciwnj78dteoqa" path="res://Models/Furniture/ShowroomChairRed.glb" id="1_mq1py"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
friction = 0.5
[sub_resource type="BoxShape3D" id="BoxShape3D_mq1py"]
size = Vector3(0.45, 0.5, 0.45)
[sub_resource type="BoxShape3D" id="BoxShape3D_2odyp"]
size = Vector3(0.05, 0.5, 0.45)
[node name="ShowroomChairRed" type="Node3D"]
[node name="RigidBody3D" type="RigidBody3D" parent="."]
mass = 5.0
physics_material_override = SubResource("PhysicsMaterial_lbe82")
[node name="ShowroomChairRed" parent="RigidBody3D" instance=ExtResource("1_mq1py")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
[node name="CollisionShape3D7" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0)
shape = SubResource("BoxShape3D_mq1py")
[node name="CollisionShape3D8" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0.25, 0)
shape = SubResource("BoxShape3D_2odyp")