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/Chair1.tscn
L1Q c3b97734f6 Add Furniture scenes
They have collision meshes
2020-07-25 14:19:53 +03:00

21 lines
713 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Furniture/Chair1.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.607441, 0.746418, 0.583856 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 0.563486, 0.573425, 0.0841825 )
[node name="FurnitureItem" type="StaticBody"]
[node name="Chair1" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.767336, 0 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.07524, -0.450604 )
shape = SubResource( 2 )