14 lines
469 B
Text
14 lines
469 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Furniture/WithTextures/f1.tscn" type="PackedScene" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 1.53657, 3.68523, 1.37788 )
|
|
|
|
[node name="Fridge" type="StaticBody"]
|
|
|
|
[node name="fridge" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.048151, 3.69152, -0.11235 )
|
|
shape = SubResource( 1 )
|