14 lines
448 B
Text
14 lines
448 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Furniture/WithTextures/bed.tscn" type="PackedScene" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 2.98303, 1.18586, 4.9527 )
|
|
|
|
[node name="Bed" type="StaticBody"]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.21344, 0 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="bed" parent="." instance=ExtResource( 1 )]
|