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/Chair3.tscn

23 lines
793 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Furniture/Chair3.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 2.08572, 1.0523, 1.04949 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 2.0665, 0.764329, 0.15948 )
[node name="Chair3" type="StaticBody"]
collision_layer = 2147483650
collision_mask = 2147483655
[node name="Chair3Model" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05205, 0.229068 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 0.993532, 0.11355, 0, -0.11355, 0.993532, 0, 2.78066, -0.911692 )
shape = SubResource( 2 )