This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Furniture/Couch1.tscn

23 lines
796 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Furniture/Couch1.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 2.8868, 1.0345, 1.02133 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 3.16813, 0.770666, 0.197361 )
[node name="Couch1" type="StaticBody"]
collision_layer = 2147483650
collision_mask = 2147483655
[node name="Couch1Model" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.04492, -0.159546 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.989626, 0.143665, 0, -0.143665, 0.989626, 0, 2.77514, -1.31653 )
shape = SubResource( 2 )