Added Couch, Indoor Lamp, Table, and Safe objects
This commit is contained in:
14
Assets/Objects/Couch.tscn
Normal file
14
Assets/Objects/Couch.tscn
Normal file
@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cr80y2nipytrb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://q2cuens44yd2" path="res://Blender Files/Objects/Couch.blend" id="1_dkdhy"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_4t4cl"]
|
||||
size = Vector3(3.97644, 0.965088, 1.96045)
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0136108, 0.478149, -0.00366211)
|
||||
shape = SubResource("BoxShape3D_4t4cl")
|
||||
|
||||
[node name="Couch" parent="." instance=ExtResource("1_dkdhy")]
|
||||
Reference in New Issue
Block a user