Added Couch, Indoor Lamp, Table, and Safe objects
This commit is contained in:
14
Assets/Objects/Table.tscn
Normal file
14
Assets/Objects/Table.tscn
Normal file
@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bmys4dwvkv04a"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bdihmost6c2cx" path="res://Blender Files/Objects/Table.blend" id="1_lmwov"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_tggr1"]
|
||||
size = Vector3(1.98047, 1.05591, 4.00323)
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.519419, -3.05176e-05)
|
||||
shape = SubResource("BoxShape3D_tggr1")
|
||||
|
||||
[node name="Table" parent="." instance=ExtResource("1_lmwov")]
|
||||
Reference in New Issue
Block a user