Added Couch, Indoor Lamp, Table, and Safe objects
This commit is contained in:
16
Assets/Objects/safe.tscn
Normal file
16
Assets/Objects/safe.tscn
Normal file
@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bwi6wb1sf08m8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dyiafo6gigddo" path="res://Blender Files/Objects/Safe/Safe.blend" id="1_pjbm1"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_j1nq7"]
|
||||
size = Vector3(1, 1, 1.09955)
|
||||
|
||||
[node name="Safe" type="StaticBody3D"]
|
||||
|
||||
[node name="Safe" parent="." instance=ExtResource("1_pjbm1")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.505519, 0.0497742)
|
||||
shape = SubResource("BoxShape3D_j1nq7")
|
||||
|
||||
[editable path="Safe"]
|
||||
Reference in New Issue
Block a user