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

25 lines
929 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Furniture/Cabinet4.fbx" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 1.22017, 1.58044, 1.16009 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 0.859916, 0.0547432, 2.27372 )
[node name="FurnitureItem" type="StaticBody"]
[node name="Cabinet4" parent="." instance=ExtResource( 1 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.57852, 1.60179, -1.53092 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.51937, 1.59136, 1.59503 )
shape = SubResource( 1 )
[node name="CollisionShape3" type="CollisionShape" parent="."]
transform = Transform( 0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 0.518675, 3.11006, -0.544413 )
shape = SubResource( 2 )